Switch back to strings for secret files (no copy to nixstore)

This commit is contained in:
2021-04-22 12:20:03 -07:00
parent cb0baaade8
commit be5708c1fd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ let
secretOpts = { ... }: {
options = with types; {
source-file = mkOption {
type = path;
type = str;
description = "File from which to load the secret.";
};