made some changes

This commit is contained in:
2026-07-08 14:28:10 +02:00
parent d1cb4c492d
commit c29fbaad0d
4 changed files with 12 additions and 5 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ _:
firewall = {
enable = true;
#extraCommands = ''
# iptables -A nixos-fw -p tcp --dport 22 -s 10.11.0.0/24 -j ACCEPT
#'';
extraCommands = ''
iptables -A nixos-fw -p tcp --dport 22 -s 10.11.0.0/24 -j ACCEPT
'';
};
};
}