Personal-use NixOS configuration

Unlink SSH binds

+2
+2
config/server/openssh.nix
··· 9 9 KbdInteractiveAuthentication = false; 10 10 11 11 PermitRootLogin = "no"; 12 + 13 + StreamLocalBindUnlink = true; 12 14 }; 13 15 }; 14 16 }