fix: SSH key fixes
This commit is contained in:
9
users/lain/files.nix
Normal file
9
users/lain/files.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let mutableSymlink = config.lib.file.mkOutOfStoreSymlink;
|
||||
in {
|
||||
home.file.".ssh/id_ed25519".source =
|
||||
mutableSymlink "/persist/private-keys/ssh/lain-at-deertopia";
|
||||
home.file.".ssh/id_ed25519.pub".source =
|
||||
../../public-keys/ssh/lain-at-deertopia.pub;
|
||||
}
|
||||
Reference in New Issue
Block a user