summaryrefslogtreecommitdiffstats
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 5f01ccb52..ad8421b18 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -340,7 +340,7 @@ rec {
};
source-path = mkOption {
type = str;
- default = toString <secrets> + "/${config.name}";
+ default = config.name;
defaultText = "‹secrets/‹name››";
};
};