Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Unlink SSH binds

encode42 69eef688 2b192fb6

+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 }