From 4dfee58d096a890cafa78a21eb16981ce20706e0 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 20 Apr 2024 21:43:13 +0000 Subject: [PATCH] sops: fix sandbox path --- hosts/common/programs/assorted.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 13027534..a9d4d207 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -791,7 +791,7 @@ in sops.sandbox.method = "bwrap"; # TODO:sandbox: untested sops.sandbox.extraHomePaths = [ ".config/sops" - "dev/nixos" + "nixos" # TODO: sops should only need access to knowledge/secrets, # except that i currently put its .sops.yaml config in the root of ~/knowledge "knowledge"