krebs.setuid: propagate env by default
This commit is contained in:
parent
70500f8845
commit
39fba33bed
@ -21,8 +21,8 @@ let
|
||||
default = config._module.args.name;
|
||||
};
|
||||
envp = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
default = {};
|
||||
type = types.nullOr (types.attrsOf types.str);
|
||||
default = null;
|
||||
};
|
||||
filename = mkOption {
|
||||
type = mkOptionType {
|
||||
|
Loading…
Reference in New Issue
Block a user