add astro user
This commit is contained in:
parent
87a664721b
commit
816ead8b96
|
@ -76,6 +76,11 @@
|
||||||
extraGroups = ["wheel" "plugdev" "dialout" "wireshark"];
|
extraGroups = ["wheel" "plugdev" "dialout" "wireshark"];
|
||||||
uid = 1002;
|
uid = 1002;
|
||||||
};
|
};
|
||||||
|
users.extraUsers.astro = {
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = ["plugdev" "dialout" "wireshark"];
|
||||||
|
uid = 1003;
|
||||||
|
};
|
||||||
users.extraUsers.nix = {
|
users.extraUsers.nix = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
|
|
Loading…
Reference in New Issue