Compare commits
2 commits
f26b7b12dc
...
e74970f142
| Author | SHA1 | Date | |
|---|---|---|---|
| e74970f142 | |||
| 5f408cc956 |
2 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
dbBackend = "postgresql";
|
dbBackend = "postgresql";
|
||||||
configurePostgres = true;
|
configurePostgres = true;
|
||||||
|
|
||||||
configureNginx = true;
|
configureNginx = false;
|
||||||
domain = fqdn;
|
domain = fqdn;
|
||||||
|
|
||||||
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];
|
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ 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