made some changes
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user