Update config.nix

This commit is contained in:
Charlotte Van Petegem 2023-05-15 22:03:07 +00:00
parent 7954879045
commit e52514a2d1

View file

@ -28,7 +28,7 @@
]; ];
settings = { settings = {
HostKeyAlgorithms = "+ssh-rsa"; HostKeyAlgorithms = "+ssh-rsa";
Macs = [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha-512" ]; Macs = [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha2-512" ];
PermitRootLogin = "no"; PermitRootLogin = "no";
}; };
extraConfig = '' extraConfig = ''