chore(nix): remove enableACME from Headscale Nginx config
- Dropped `enableACME` as it is redundant when `useACMEHost` is defined. - Simplifies Nginx virtual host configuration for Headscale.
This commit is contained in:
parent
129630c163
commit
2a810ce759
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ in
|
|||
nginx.virtualHosts.${domain} = {
|
||||
useACMEHost = "hoyer.xyz";
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.headscale.port}";
|
||||
proxyWebsockets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue