Save root .ssh for easy substituter use

This commit is contained in:
Charlotte Van Petegem 2020-07-14 17:09:18 +02:00
parent 725ffc6b11
commit bbda255f41

View file

@ -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; [