cleanup
This commit is contained in:
@@ -5,8 +5,9 @@ with lib;
|
||||
enable = mkEnableOption "enable sops";
|
||||
|
||||
defaultSopsFile = mkOption {
|
||||
type = types.str;
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
description = "Path to the default sops secrets file.";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user