removed rsa from default hostKeys

This commit is contained in:
Leyla Becker 2025-01-04 17:48:02 -06:00
parent 19a9b06c4e
commit caa08f1c18

View file

@ -13,11 +13,6 @@
hostKeys = lib.mkOption { hostKeys = lib.mkOption {
type = lib.types.listOf lib.types.attrs; type = lib.types.listOf lib.types.attrs;
default = [ default = [
{
type = "rsa";
bits = 4096;
path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_rsa";
}
{ {
type = "ed25519"; type = "ed25519";
path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_ed25519"; path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_ed25519";