baseline: use only ed25519 keys

This commit is contained in:
Sean Buckley 2022-08-19 11:18:01 -04:00
parent 33b3556aa1
commit 2f979429e6

View file

@ -19,6 +19,8 @@
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);