Always keep openssh port open

This commit is contained in:
Benjamin Bädorf 2022-08-14 19:23:58 +02:00
parent dec9e54872
commit c6d78a6ff9
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -4,7 +4,8 @@
# For rage encryption, all hosts need a ssh key pair # For rage encryption, all hosts need a ssh key pair
services.openssh = { services.openssh = {
enable = true; enable = true;
openFirewall = lib.mkDefault false; openFirewall = lib.mkDefault true;
passwordAuthentication = false;
}; };
# Service that makes Out of Memory Killer more effective # Service that makes Out of Memory Killer more effective