Add 'config-user' to users

This commit is contained in:
niten 2024-07-12 13:16:43 -07:00
parent 4e071df85f
commit a9f1822e6d

View File

@ -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;
};
}; };
}; };