Add autoupdate runner + fix a typo in the vaultwarden config

This commit is contained in:
2026-02-18 22:24:55 +01:00
parent 7464e0b710
commit c73ffe95c5
2 changed files with 43 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ with lib;
backupDir = "/var/local/vaultwarden/backup";
environmentFile = config.sops.secrets.vaultwarden_env.path;
config = {
DOMAIN = "http://keys.malobeo.org";
DOMAIN = "https://keys.malobeo.org";
SIGNUPS_ALLOWED = true;
#WEBSERVER
ROCKET_ADDRESS = "127.0.0.1";