add firewall for docker
This commit is contained in:
parent
bf854d315a
commit
a2581fd84b
10
systems/palatine-hill/firewall.nix
Normal file
10
systems/palatine-hill/firewall.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8081
|
||||||
|
8082
|
||||||
|
8443
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
@ -137,6 +137,7 @@
|
|||||||
"system"
|
"system"
|
||||||
"nix"
|
"nix"
|
||||||
"shell"
|
"shell"
|
||||||
|
"poetry"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user