task | allow http/https on servers
This commit is contained in:
parent
a70036bb2c
commit
183b7e4ade
1 changed files with 2 additions and 1 deletions
|
|
@ -141,6 +141,7 @@ in {
|
|||
"cdrom"
|
||||
"mlocate"
|
||||
"networkmanager"
|
||||
"podman"
|
||||
"scanner"
|
||||
"video"
|
||||
"wheel"
|
||||
|
|
@ -270,7 +271,7 @@ in {
|
|||
to = 1764;
|
||||
}
|
||||
];
|
||||
allowedTCPPorts = [22];
|
||||
allowedTCPPorts = [22 80 443];
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue