From 3da048e44476dce2d5e1c30fe5a9c6487a3a3631 Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 23 Apr 2025 21:01:18 +0200 Subject: [PATCH] user-chch.nix aktualisiert --- user-chch.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/user-chch.nix b/user-chch.nix index 6570e74..55a60ff 100644 --- a/user-chch.nix +++ b/user-chch.nix @@ -2,7 +2,7 @@ { users.users.chch = { isNormalUser = true; - extraGroups = [ "wheel" "lpadmin" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "lpadmin" "dialout"]; # Enable ‘sudo’ for the user. packages = with pkgs; [ tree firefox @@ -13,7 +13,4 @@ ffmpeg nextcloud-client libreoffice-qt6-fresh - temurin-jre-bin-23 - ]; - }; -} + temurin-jre-bin-2used \ No newline at end of file