Skip to content

Commit

Permalink
theo: add jtojnar to dialout group
Browse files Browse the repository at this point in the history
This is for accessing arduino over serial.
  • Loading branch information
jtojnar committed Sep 17, 2021
1 parent f0fcdf3 commit 4660e51
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hosts/theo/configuration.nix
Expand Up @@ -448,7 +448,15 @@ in {
jtojnar = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "networkmanager" "wireshark" "docker" "kvm" "vboxusers" ];
extraGroups = [
"wheel"
"dialout" # for serial
"networkmanager"
"wireshark"
"docker"
"kvm"
"vboxusers"
];
useDefaultShell = true;
openssh.authorizedKeys.keys = keys.jtojnar;

Expand Down

0 comments on commit 4660e51

Please sign in to comment.