Add 'config-user' to users
This commit is contained in:
parent
4e071df85f
commit
a9f1822e6d
@ -119,6 +119,13 @@ with lib; rec {
|
|||||||
description = "User's surname.";
|
description = "User's surname.";
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
config-user = mkOption {
|
||||||
|
type = nullOr str;
|
||||||
|
description =
|
||||||
|
"When generating config, consider this to be the 'real' user.";
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user