allow access to port 22

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 11:30:44 +01:00
parent fdee080761
commit 517b92d7b9
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -11,4 +11,5 @@
};
services.openssh.enable = true;
environment.systemPackages = [ pkgs.git ];
networking.firewall.allowedTCPPorts = [ 22 ];
}