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