mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: experiment with kanidm and acme dns-01. add common conditional locations to impermanence
This commit is contained in:
parent
668f9fdaf4
commit
0e3d881887
24 changed files with 323 additions and 29 deletions
|
@ -108,7 +108,7 @@ in {
|
|||
|
||||
services.nginx = {
|
||||
upstreams."homeassistant" = {
|
||||
servers = {"localhost:${toString haPort}" = {};};
|
||||
servers."localhost:${toString haPort}" = {};
|
||||
extraConfig = ''
|
||||
zone homeassistant 64k;
|
||||
keepalive 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue