Open SSH port on Kernighan
This commit is contained in:
parent
11017fe320
commit
f9e4704905
|
@ -13,7 +13,7 @@
|
|||
hostName = "kernighan";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
};
|
||||
interfaces = {
|
||||
end0.ipv4.addresses = [{
|
||||
|
|
Loading…
Reference in New Issue