91 current 2024-03-01 14:26:56 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 14:27:00 -05:00
parent a548ef258e
commit 040841e941

View file

@ -37,6 +37,7 @@
};
};
services.udev.extraRules = ''KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev"'';
# Enable networking
networking.networkmanager.enable = true;
@ -145,11 +146,13 @@
programs.zsh.enable = true;
users.groups.plugdev = {};
# Define a user account. Don't forget to set a password with passwd.
users.users.zack = {
isNormalUser = true;
description = "zack";
extraGroups = ["networkmanager" "wheel" "docker" "libvirt"];
extraGroups = ["networkmanager" "wheel" "docker" "libvirt" "plugdev"];
shell = pkgs.zsh;
packages = with pkgs; [
firefox