From bbda255f41adefe9ca5d99004e8c7afa244a6856 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 14 Jul 2020 17:09:18 +0200 Subject: [PATCH] Save root .ssh for easy substituter use --- profiles/common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; [