update con
This commit is contained in:
parent
d7d5226ed2
commit
001edf9832
15 changed files with 214 additions and 93 deletions
|
|
@ -5,8 +5,10 @@
|
|||
}: {
|
||||
users.groups.plugdev = {}; # Create plugdev group
|
||||
networking.hostName = host.hostName;
|
||||
users.groups.${host.username} = {};
|
||||
users.users.${host.username} = {
|
||||
isNormalUser = true;
|
||||
group = "${host.username}";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"plugdev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue