Merge pull request 'sshd: don't migrate openssh-rsa keys' (#2658) from Mic92-rsa-key into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2658
This commit is contained in:
Mic92
2024-12-25 22:10:02 +00:00

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