91 current 2024-03-01 14:26:56 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
a548ef258e
commit
040841e941
1 changed files with 4 additions and 1 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udev.extraRules = ''KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev"'';
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
@ -145,11 +146,13 @@
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
users.groups.plugdev = {};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.zack = {
|
users.users.zack = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "zack";
|
description = "zack";
|
||||||
extraGroups = ["networkmanager" "wheel" "docker" "libvirt"];
|
extraGroups = ["networkmanager" "wheel" "docker" "libvirt" "plugdev"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue