Added authelia, caddy and adguard

This commit is contained in:
2024-10-13 17:05:00 +02:00
parent 70b8527b2b
commit c948a1136e
17 changed files with 1596 additions and 9 deletions

View File

@@ -37,7 +37,11 @@
# Enable ssh
services.openssh.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Forward ports
networking.firewall = {
allowedTCPPorts = [ 80 443 53 ];
allowedUDPPorts = [ 53 ];
};
system.stateVersion = "24.05";