11 lines
122 B
Nix
11 lines
122 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.firewall = {
|
|
allowedTCPPorts = [
|
|
80
|
|
443
|
|
];
|
|
allowedUDPPorts = [ ];
|
|
};
|
|
}
|