nix: fix PASSWORD_STORE_DIR
[sourcephile-nix.git] / shell / modules / tools / security / gnupg.nix
index 3e501ebdc90b77c639507db176458bbf3f2a6980..7f8816728e5377f7ece38f1183b0cddd3bd299db 100644 (file)
@@ -273,7 +273,7 @@ in
 options.gnupg = {
   enable = lib.mkEnableOption "GnuPG shell utilities";
   gnupgHome = lib.mkOption {
-    type = types.path;
+    type = types.str;
     default = "sec/gnupg";
     description = ''
     '';