diff --git a/hosts/theo/configuration.nix b/hosts/theo/configuration.nix index f2e41b2..271d23e 100644 --- a/hosts/theo/configuration.nix +++ b/hosts/theo/configuration.nix @@ -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;