services/vaultwarden: add https protocol to domain
This commit is contained in:
parent
54b888b375
commit
40597acda0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
dataFolder = dir;
|
dataFolder = dir;
|
||||||
signupsAllowed = false;
|
signupsAllowed = false;
|
||||||
domain = "warden.local.lava.moe";
|
domain = "https://warden.local.lava.moe";
|
||||||
rocketPort = 8002;
|
rocketPort = 8002;
|
||||||
};
|
};
|
||||||
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