plugdev
This commit is contained in:
parent
b3d54dbfad
commit
86fe2fc417
2 changed files with 6 additions and 2 deletions
|
|
@ -110,7 +110,6 @@
|
||||||
libgdiplus
|
libgdiplus
|
||||||
unzip
|
unzip
|
||||||
clinfo
|
clinfo
|
||||||
virt-manager
|
|
||||||
s-tui
|
s-tui
|
||||||
stress
|
stress
|
||||||
wget
|
wget
|
||||||
|
|
@ -145,4 +144,9 @@
|
||||||
systemd.network.wait-online.enable = false;
|
systemd.network.wait-online.enable = false;
|
||||||
boot.initrd.systemd.network.wait-online.enable = false;
|
boot.initrd.systemd.network.wait-online.enable = false;
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
# Allow plugdev group full access to USB devices
|
||||||
|
SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Julian Sutter";
|
description = "Julian Sutter";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "audio" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "audio" "plugdev" ];
|
||||||
hashedPassword = "$6$tvkhGd24G6pVOsWr$j8ZAqSnXPTGwMGmIulU5Puzqd4iKdu8eAMSFis/cPqTW6u2xGQMqPHH1W9IZwKSL6.nS7Jc/NR2VwpPosyXDH/";
|
hashedPassword = "$6$tvkhGd24G6pVOsWr$j8ZAqSnXPTGwMGmIulU5Puzqd4iKdu8eAMSFis/cPqTW6u2xGQMqPHH1W9IZwKSL6.nS7Jc/NR2VwpPosyXDH/";
|
||||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBNVUh+RrcOSMRV6qysnsdPs5AyK8dSm4QhhnwgpikyI jsutter@symbiotrip.com" ];
|
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBNVUh+RrcOSMRV6qysnsdPs5AyK8dSm4QhhnwgpikyI jsutter@symbiotrip.com" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue