From 2b58acd0826362b43f88503a08a0fbe1fb8b5c4e Mon Sep 17 00:00:00 2001 From: Xe Date: Thu, 6 Oct 2022 21:11:23 +0000 Subject: [PATCH] keitai Signed-off-by: Xe --- hosts/kos-mos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kos-mos/default.nix b/hosts/kos-mos/default.nix index 9755895..a8b8de8 100644 --- a/hosts/kos-mos/default.nix +++ b/hosts/kos-mos/default.nix @@ -7,7 +7,7 @@ environment.systemPackages = with pkgs; [ nodejs-14_x ]; services.tailscale.port = 15428; - nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" "/home/cadey/code/cadey/keitai/keys" ]; + nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" "/rpool/keys" ]; networking.hostName = "kos-mos"; networking.hostId = "472479d4";