Add eliribble to the scanner group

Makes it easier to cleanup scans
This commit is contained in:
Eli Ribble 2024-07-31 13:03:48 -07:00
parent 8523f092d0
commit 777ec57f69
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
users.users.eliribble = { users.users.eliribble = {
isNormalUser = true; isNormalUser = true;
description = "Eli Ribble"; 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; [ # packages = with pkgs; [
# firefox # firefox
# tree # tree