1769351773

This commit is contained in:
2026-01-25 16:36:13 +02:00
parent f2c2970094
commit e114cc3dfc
2 changed files with 20 additions and 4 deletions
+16
View File
@@ -56,6 +56,22 @@ in {
inherit (sshKey) mode owner;
path = dotSsh "id_uni_ed25519.pub";
};
"ssh-goodness" = {
inherit (sshKey) mode owner;
path = dotSsh "id_goodness_ed25519";
};
"ssh-goodness.pub" = {
inherit (sshKey) mode owner;
path = dotSsh "id_goodness_ed25519.pub";
};
"ssh-gracious" = {
inherit (sshKey) mode owner;
path = dotSsh "id_gracious_ed25519";
};
"ssh-gracious.pub" = {
inherit (sshKey) mode owner;
path = dotSsh "id_gracious_ed25519.pub";
};
};
};
}