mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
parent
f8723bf4f9
commit
ccd59f628d
|
@ -81,6 +81,7 @@ in
|
|||
openFirewall = false;
|
||||
|
||||
};
|
||||
services.fail2ban.enable = true;
|
||||
programs.ssh = {
|
||||
pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256" ];
|
||||
hostKeyAlgorithms = [ "ssh-ed25519" "ssh-rsa" ];
|
||||
|
|
Loading…
Reference in a new issue