This commit is contained in:
Shelvacu
2024-12-09 13:11:37 -08:00
committed by Shelvacu on triple-dezert
parent 26556af344
commit bf08b85d7a
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ in
services.haproxy.enable = true;
services.haproxy.config = import ./haproxy-config.nix { inherit lib domains proxied; };
networking.hosts = hosts;
systemd.tmpfiles.settings."asdf"."/run/haproxy".D = {
user = "haproxy";
group = "haproxy";
mode = "700";
};
};
};
}

View File

@@ -45,6 +45,7 @@ in
tune.ssl.lifetime 24h
zero-warning
log 127.0.0.1 syslog debug
stats socket /run/haproxy/admin.sock user haproxy group haproxy mode 660 level admin
defaults