1769351773
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user