sshd: don't migrate openssh-rsa keys
we never had a fact for this.
This commit is contained in:
@@ -53,7 +53,6 @@ in
|
|||||||
clan.core.vars.generators.openssh-rsa = lib.mkIf config.clan.sshd.hostKeys.rsa.enable {
|
clan.core.vars.generators.openssh-rsa = lib.mkIf config.clan.sshd.hostKeys.rsa.enable {
|
||||||
files."ssh.id_rsa" = { };
|
files."ssh.id_rsa" = { };
|
||||||
files."ssh.id_rsa.pub".secret = false;
|
files."ssh.id_rsa.pub".secret = false;
|
||||||
migrateFact = "openssh";
|
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.openssh
|
pkgs.openssh
|
||||||
|
|||||||
Reference in New Issue
Block a user