diff --git a/hosts/hosting-01/default.nix b/hosts/hosting-01/default.nix index 048d3c1..4efa1bd 100644 --- a/hosts/hosting-01/default.nix +++ b/hosts/hosting-01/default.nix @@ -15,6 +15,14 @@ networking.nameservers = [ "8.8.8.8" ]; services = { + nginx = { + enable = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedProxySettings = true; + recommendedTlsSettings = true; + }; + headscale = { enable = true; address = "0.0.0.0";