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"
|
"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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue