services/vaultwarden: fix domain config
This commit is contained in:
parent
aeec9b75c1
commit
ee3fca43a7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,9 +13,9 @@ in {
|
||||||
config = {
|
config = {
|
||||||
dataFolder = dir;
|
dataFolder = dir;
|
||||||
signupsAllowed = false;
|
signupsAllowed = false;
|
||||||
|
domain = "warden.local.lava.moe";
|
||||||
rocketPort = 8002;
|
rocketPort = 8002;
|
||||||
};
|
};
|
||||||
domain = "warden.local.lava.moe";
|
|
||||||
environmentFile = config.age.secrets.warden_admin.path;
|
environmentFile = config.age.secrets.warden_admin.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue