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