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