sshd: don't migrate openssh-rsa keys

we never had a fact for this.
This commit is contained in:
Jörg Thalheim
2024-12-25 23:05:51 +01:00
parent def79d7acd
commit 85b2e214dc

View File

@@ -53,7 +53,6 @@ in
clan.core.vars.generators.openssh-rsa = lib.mkIf config.clan.sshd.hostKeys.rsa.enable {
files."ssh.id_rsa" = { };
files."ssh.id_rsa.pub".secret = false;
migrateFact = "openssh";
runtimeInputs = [
pkgs.coreutils
pkgs.openssh