task | allow http/https on servers

This commit is contained in:
Don Harper 2026-04-13 07:23:57 -05:00
parent a70036bb2c
commit 183b7e4ade

View file

@ -141,6 +141,7 @@ in {
"cdrom" "cdrom"
"mlocate" "mlocate"
"networkmanager" "networkmanager"
"podman"
"scanner" "scanner"
"video" "video"
"wheel" "wheel"
@ -270,7 +271,7 @@ in {
to = 1764; to = 1764;
} }
]; ];
allowedTCPPorts = [22]; allowedTCPPorts = [22 80 443];
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default