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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue