Try caddy
All checks were successful
Deploy NixOS / deploy (push) Successful in 17s

This commit is contained in:
2026-03-06 15:58:03 -07:00
parent cf0cd34ceb
commit bdaa68a797
3 changed files with 178 additions and 11 deletions

View File

@@ -7,14 +7,4 @@ in
networking.hostName = settings.hostname;
networking.networkmanager.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
80
443
];
allowedUDPPorts = [ ];
};
}