allow access to port 22
This commit is contained in:
parent
fdee080761
commit
517b92d7b9
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@
|
|||
};
|
||||
services.openssh.enable = true;
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue