Files
nixy/hosts/server/firewall.nix
Hadi 54bb1e2064 Update
Former-commit-id: ca8abfde1c
2024-06-07 23:34:02 +02:00

8 lines
85 B
Nix

{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 ];
};
}