mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
73961f5caf
Former-commit-id: ca8abfde1c
8 lines
85 B
Nix
8 lines
85 B
Nix
{
|
|
|
|
networking.firewall = {
|
|
enable = true;
|
|
allowedTCPPorts = [ 22 ];
|
|
};
|
|
}
|