Working on modularizing stuff, again
This commit is contained in:
parent
b698ce3485
commit
9ba5f8fdf0
32 changed files with 1481 additions and 88 deletions
|
@ -21,15 +21,11 @@ in
|
|||
];
|
||||
|
||||
users = {
|
||||
groups = {
|
||||
${group} = {};
|
||||
};
|
||||
users = {
|
||||
${user} = {
|
||||
isSystemUser = true;
|
||||
group = group;
|
||||
}
|
||||
users."${user}" = {
|
||||
isSystemUser = true;
|
||||
group = group;
|
||||
};
|
||||
groups."${group}" = {};
|
||||
};
|
||||
|
||||
system.activationScripts.var = mkForce ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue