allow RSA keys again

This commit is contained in:
Sean Buckley 2022-11-11 19:56:26 -05:00
parent b9f6c5f13c
commit 2d7edafbc3

View file

@ -17,8 +17,6 @@
systemd.tmpfiles.rules = [ "e /nix/var/log - - - 30d" ];
programs.ssh.hostKeyAlgorithms = [ "ssh-ed25519" ];
zramSwap.enable = lib.mkDefault true;
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);