Switch back to strings for secret files (no copy to nixstore)
This commit is contained in:
@@ -57,7 +57,7 @@ let
|
||||
secretOpts = { ... }: {
|
||||
options = with types; {
|
||||
source-file = mkOption {
|
||||
type = path;
|
||||
type = str;
|
||||
description = "File from which to load the secret.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user