7 lines
102 B
Nix
7 lines
102 B
Nix
_: {
|
|
networking.firewall = {
|
|
allowedTCPPorts = [ 2049 ];
|
|
allowedUDPPorts = [ 2049 ];
|
|
};
|
|
}
|