mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
baseline: use only ed25519 keys
This commit is contained in:
parent
33b3556aa1
commit
2f979429e6
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue