Always keep openssh port open
This commit is contained in:
parent
dec9e54872
commit
c6d78a6ff9
|
@ -4,7 +4,8 @@
|
|||
# For rage encryption, all hosts need a ssh key pair
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = lib.mkDefault false;
|
||||
openFirewall = lib.mkDefault true;
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
|
||||
# Service that makes Out of Memory Killer more effective
|
||||
|
|
Loading…
Reference in a new issue