diff --git a/modules/home-manager-modules/openssh.nix b/modules/home-manager-modules/openssh.nix index 4710cd9..ae81bd1 100644 --- a/modules/home-manager-modules/openssh.nix +++ b/modules/home-manager-modules/openssh.nix @@ -13,11 +13,6 @@ hostKeys = lib.mkOption { type = lib.types.listOf lib.types.attrs; default = [ - { - type = "rsa"; - bits = 4096; - path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_rsa"; - } { type = "ed25519"; path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_ed25519";