Add group and declare system user.

This commit is contained in:
Joseph Hanson 2024-04-30 07:52:27 -05:00
parent 2cfb662199
commit aeaaa4985e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -68,10 +68,12 @@
};
# Matchbox Server for PXE booting via device profiles
users.groups.matchbox = {};
users.users = {
matchbox = {
group = "matchbox";
home = "matchbox";
isSystemUser = true;
};
};