From 777ec57f690b0e0a88fa8e06c1081b2b6c87fea0 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 31 Jul 2024 13:03:48 -0700 Subject: [PATCH] Add eliribble to the scanner group Makes it easier to cleanup scans --- quinn/etc/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/etc/nixos/configuration.nix b/quinn/etc/nixos/configuration.nix index 0090e15..494f6ca 100644 --- a/quinn/etc/nixos/configuration.nix +++ b/quinn/etc/nixos/configuration.nix @@ -65,7 +65,7 @@ users.users.eliribble = { isNormalUser = true; description = "Eli Ribble"; - extraGroups = [ "docker" "networkmanager" "podman" "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "docker" "networkmanager" "podman" "scanner" "wheel" ]; # Enable ‘sudo’ for the user. # packages = with pkgs; [ # firefox # tree