removed rsa from default hostKeys
This commit is contained in:
parent
19a9b06c4e
commit
caa08f1c18
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue