🚀 add arduino

dev-docs
Moritz Böhme 2022-05-26 13:47:52 +02:00
parent 3026ac7aaa
commit d708f4f12e
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 2 deletions

View File

@ -82,6 +82,7 @@
# utility
cht-sh
arduino
nixpkgs-review
comma
nix-index

View File

@ -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
};