1
0
Fork 0

Install esphmoe

This commit is contained in:
Malte 2022-10-25 22:30:05 +02:00
parent 9f4137842b
commit 163a98cb8e
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ in {
description = "maralorn"; description = "maralorn";
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
extraGroups = ["wheel" "systemd-journal" "networkmanager" "docker" "video" "adbusers"]; extraGroups = ["wheel" "systemd-journal" "networkmanager" "docker" "video" "adbusers" "dialout"];
inherit openssh passwordFile; inherit openssh passwordFile;
}; };
root = {inherit openssh passwordFile;}; root = {inherit openssh passwordFile;};

View file

@ -93,6 +93,7 @@ self: super: {
desktop-pkgs = { desktop-pkgs = {
inherit inherit
(self) (self)
esphome
dconf dconf
lm_sensors lm_sensors
xwayland xwayland