From 65deae63e3bcda22b7707ebaa407c0681ccd6aed Mon Sep 17 00:00:00 2001 From: System administrator Date: Tue, 2 Oct 2018 12:27:34 +0200 Subject: [PATCH] additional user groups for scanning and wireshark --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index eb15ecd..017c106 100644 --- a/configuration.nix +++ b/configuration.nix @@ -106,7 +106,7 @@ in { users.extraUsers.spiollinux = { isNormalUser = true; uid = 1000; - extraGroups = [ "vboxusers" "wheel" "networkmanager" ]; + extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark"]; shell = pkgs.zsh; };