this repo has no description
4
fork

Configure Feed

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

wolumonde: enable fail2ban

+1
+1
hosts/wolumonde/default.nix
··· 10 10 enable = true; 11 11 passwordAuthentication = false; 12 12 }; 13 + services.fail2ban.enable = true; 13 14 14 15 users.users.root.openssh.authorizedKeys.keys = [ 15 16 (builtins.readFile "${inputs.self}/secrets/ssh-key.pub")