Former-commit-id: ca8abfde1c
This commit is contained in:
Hadi
2024-06-07 23:34:02 +02:00
parent 89c194d604
commit 73961f5caf
4 changed files with 24 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 ];
};
}