Open up SSH by default

This commit is contained in:
Benjamin Bädorf 2022-10-03 04:55:14 +02:00
parent 6f3885d0ca
commit 5da560ef56
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -4,7 +4,9 @@
# For rage encryption, all hosts need a ssh key pair
services.openssh = {
enable = true;
openFirewall = lib.mkDefault false;
# If you don't want the host to have SSH actually opened up to the net,
# set `services.openssh.openFirewall` to false in your config.
openFirewall = lib.mkDefault true;
};
# Service that makes Out of Memory Killer more effective