From 163a98cb8e1f0bc5d7d199d39effe056b6784ec3 Mon Sep 17 00:00:00 2001 From: maralorn Date: Tue, 25 Oct 2022 22:30:05 +0200 Subject: [PATCH] Install esphmoe --- nixos/roles/admin.nix | 2 +- overlays/pkgSets.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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