Added authelia, caddy and adguard
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user