Compare commits

..

No commits in common. "e74970f1425174385166c6670c41a83e53cc6db4" and "f26b7b12dc7028c00a88ed2b21e24fd3108d7484" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in
dbBackend = "postgresql";
configurePostgres = true;
configureNginx = false;
configureNginx = true;
domain = fqdn;
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];

View file

@ -46,7 +46,6 @@ in
security.acme = {
certs."${constants.intranet}" = {
domain = "*.${constants.intranet}";
webroot = null;
dnsProvider = "hetzner";
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
};