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";
|
||||
configurePostgres = true;
|
||||
|
||||
configureNginx = true;
|
||||
configureNginx = false;
|
||||
domain = fqdn;
|
||||
|
||||
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ in
|
|||
security.acme = {
|
||||
certs."${constants.intranet}" = {
|
||||
domain = "*.${constants.intranet}";
|
||||
webroot = null;
|
||||
dnsProvider = "hetzner";
|
||||
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue