add firewall for docker
This commit is contained in:
parent
f34b409f30
commit
73dee69fa6
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
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
@ -135,6 +135,7 @@
|
|||||||
"system"
|
"system"
|
||||||
"nix"
|
"nix"
|
||||||
"shell"
|
"shell"
|
||||||
|
"poetry"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user