diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index 941df43..df92e9b 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -66,7 +66,7 @@ let name = "pathNotInStore"; description = "path not in the Nix store"; descriptionClass = "noun"; - check = x: !lib.path.hasStorePathPrefix x; + check = x: !lib.path.hasStorePathPrefix (/. + x); merge = lib.mergeEqualOption; };