From e0987f496de75f9e6ddf04653bf50bcf7b36faf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Mon, 26 May 2025 15:03:29 +0200 Subject: [PATCH] add zentux to uucp and dialout unix group Group is needed for access to the esp32 peripherals --- nix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configuration.nix b/nix/configuration.nix index d3c9fc4..6b6c086 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -233,7 +233,7 @@ users.users.zentux = { shell = pkgs.nushell; isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" "video" "kvm" ]; + extraGroups = [ "wheel" "networkmanager" "video" "kvm" "uucp" "dialout" ]; packages = with pkgs; [ nixd qpwgraph