wip
This commit is contained in:
parent
941801e94f
commit
c6933ae16a
7 changed files with 150 additions and 78 deletions
|
@ -27,11 +27,11 @@ in
|
|||
];
|
||||
|
||||
users = {
|
||||
users."${user}" = {
|
||||
users.${user} = {
|
||||
isSystemUser = true;
|
||||
group = group;
|
||||
};
|
||||
groups."${group}" = {};
|
||||
groups.${group} = {};
|
||||
};
|
||||
|
||||
system.activationScripts.var = mkForce ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue