diff --git a/profiles/common.nix b/profiles/common.nix index c94559e2..71d05f2f 100644 --- a/profiles/common.nix +++ b/profiles/common.nix @@ -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; [