fix: SSH key fixes
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
let mutableSymlink = config.lib.file.mkOutOfStoreSymlink;
|
||||
in lib.mkMerge [
|
||||
{
|
||||
home.file.".ssh/id_ed25519".source =
|
||||
mutableSymlink "/persist/private-keys/ssh/crumb-at-nixos-testbed";
|
||||
home.file.".ssh/id_ed25519.pub".source =
|
||||
../../public-keys/ssh/crumb-at-nixos-testbed.pub;
|
||||
}
|
||||
|
||||
{
|
||||
### Some basic impermanence setup.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user