moved over other user options for nixosModule
This commit is contained in:
@@ -81,7 +81,14 @@
|
|||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
users = {
|
users = {
|
||||||
${config.user} = {
|
${config.user} = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "John Lancaster";
|
||||||
imports = mkhomeManagerModules config;
|
imports = mkhomeManagerModules config;
|
||||||
|
extraGroups = [
|
||||||
|
"networkmanager"
|
||||||
|
"wheel"
|
||||||
|
"docker"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
} // lib.optionalAttrs config.root {
|
} // lib.optionalAttrs config.root {
|
||||||
root = {
|
root = {
|
||||||
|
|||||||
Reference in New Issue
Block a user