3 lines
64 B
Nix
3 lines
64 B
Nix
{ ... }: {
|
|
networking.firewall.allowedTCPPorts = [ 22 80 ];
|
|
}
|
{ ... }: {
|
|
networking.firewall.allowedTCPPorts = [ 22 80 ];
|
|
}
|