diff --git a/nixos/roles/admin.nix b/nixos/roles/admin.nix index 3ebf2d15..608e82ca 100644 --- a/nixos/roles/admin.nix +++ b/nixos/roles/admin.nix @@ -12,7 +12,7 @@ in { description = "maralorn"; isNormalUser = true; uid = 1000; - extraGroups = ["wheel" "systemd-journal" "networkmanager" "docker" "video" "adbusers"]; + extraGroups = ["wheel" "systemd-journal" "networkmanager" "docker" "video" "adbusers" "dialout"]; inherit openssh passwordFile; }; root = {inherit openssh passwordFile;}; diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index d0bccbf9..aed06a29 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -93,6 +93,7 @@ self: super: { desktop-pkgs = { inherit (self) + esphome dconf lm_sensors xwayland