Save root .ssh for easy substituter use
This commit is contained in:
parent
725ffc6b11
commit
bbda255f41
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ in
|
|||
../configurations/zsh.nix
|
||||
];
|
||||
|
||||
custom.zfs.systemLinks = [
|
||||
{ path = "/root/.ssh"; type = "data"; }
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue