🚀 add arduino

This commit is contained in:
Moritz Böhme 2022-05-26 13:47:52 +02:00
parent 3026ac7aaa
commit d708f4f12e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 2 deletions

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