Add group and declare system user.
This commit is contained in:
parent
2cfb662199
commit
aeaaa4985e
1 changed files with 2 additions and 0 deletions
|
@ -68,10 +68,12 @@
|
|||
};
|
||||
|
||||
# Matchbox Server for PXE booting via device profiles
|
||||
users.groups.matchbox = {};
|
||||
users.users = {
|
||||
matchbox = {
|
||||
group = "matchbox";
|
||||
home = "matchbox";
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue