forked from M-Labs/nix-scripts
nixbld: add QF users
This commit is contained in:
parent
e05fd797fd
commit
6a09d1cc6f
|
@ -156,6 +156,14 @@ in
|
|||
isNormalUser = true;
|
||||
extraGroups = ["plugdev" "dialout"];
|
||||
};
|
||||
users.extraUsers.konstantin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["plugdev" "dialout"];
|
||||
};
|
||||
users.extraUsers.steinb = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["plugdev" "dialout"];
|
||||
};
|
||||
users.extraUsers.nix = {
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue