This commit is contained in:
Shelvacu
2025-02-26 20:48:01 -08:00
committed by Shelvacu on fw
parent 6a9460f79c
commit cc82900365

View File

@@ -68,10 +68,10 @@ in
services.vaultwarden = {
enable = true;
environmentFile = "${secrets_folder}/env";
# environmentFile = "${secrets_folder}/env";
config = {
DOMAIN = "https://${domain}";
SIGNUPS_ALLOWED = false;
SIGNUPS_ALLOWED = true;
ROCKET_ADDRESS = container.localAddress;
ROCKET_PORT = port;
};