🚀 add arduino
parent
3026ac7aaa
commit
d708f4f12e
|
@ -82,6 +82,7 @@
|
||||||
|
|
||||||
# utility
|
# utility
|
||||||
cht-sh
|
cht-sh
|
||||||
|
arduino
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
comma
|
comma
|
||||||
nix-index
|
nix-index
|
||||||
|
|
|
@ -17,8 +17,12 @@
|
||||||
users.users.moritz = {
|
users.users.moritz = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/moritz";
|
home = "/home/moritz";
|
||||||
extraGroups =
|
extraGroups = [
|
||||||
[ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user.
|
"wheel"
|
||||||
|
"networkmanager"
|
||||||
|
"video"
|
||||||
|
"dialout"
|
||||||
|
]; # Enable ‘sudo’ for the user.
|
||||||
initialPassword = "password"; # CHANGE ME PLEASE
|
initialPassword = "password"; # CHANGE ME PLEASE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue