Compare commits
No commits in common. "e74970f1425174385166c6670c41a83e53cc6db4" and "f26b7b12dc7028c00a88ed2b21e24fd3108d7484" have entirely different histories.
e74970f142
...
f26b7b12dc
2 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
dbBackend = "postgresql";
|
dbBackend = "postgresql";
|
||||||
configurePostgres = true;
|
configurePostgres = true;
|
||||||
|
|
||||||
configureNginx = false;
|
configureNginx = true;
|
||||||
domain = fqdn;
|
domain = fqdn;
|
||||||
|
|
||||||
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];
|
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ in
|
||||||
security.acme = {
|
security.acme = {
|
||||||
certs."${constants.intranet}" = {
|
certs."${constants.intranet}" = {
|
||||||
domain = "*.${constants.intranet}";
|
domain = "*.${constants.intranet}";
|
||||||
webroot = null;
|
|
||||||
dnsProvider = "hetzner";
|
dnsProvider = "hetzner";
|
||||||
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue