services/vaultwarden: add https protocol to domain

This commit is contained in:
LavaDesu 2022-02-27 13:12:28 +07:00
parent 54b888b375
commit 40597acda0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -14,7 +14,7 @@ in {
config = {
dataFolder = dir;
signupsAllowed = false;
domain = "warden.local.lava.moe";
domain = "https://warden.local.lava.moe";
rocketPort = 8002;
};
environmentFile = config.age.secrets.warden_admin.path;