add dialout group
This commit is contained in:
@@ -82,7 +82,7 @@ in {
|
|||||||
# useXkbConfig = true; # use xkb.options in tty.
|
# useXkbConfig = true; # use xkb.options in tty.
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.udev.packages = [ pkgs.libwacom ];
|
services.udev.packages = with pkgs; [ libwacom rtl-sdr platformio-core.udev ];
|
||||||
|
|
||||||
services.usbmuxd = {
|
services.usbmuxd = {
|
||||||
enable = false;
|
enable = false;
|
||||||
@@ -98,7 +98,7 @@ in {
|
|||||||
users.users.allen = {
|
users.users.allen = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups =
|
extraGroups =
|
||||||
[ "wheel" "wireshark" "podman" ]; # Enable ‘sudo’ for the user.
|
[ "wheel" "wireshark" "podman" "dialout" ]; # Enable ‘sudo’ for the user.
|
||||||
shell = pkgs.nushell;
|
shell = pkgs.nushell;
|
||||||
home = "/home/allen";
|
home = "/home/allen";
|
||||||
packages = with pkgs; [ tree ];
|
packages = with pkgs; [ tree ];
|
||||||
|
|||||||
@@ -62,8 +62,6 @@
|
|||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
services.udev.packages = [ pkgs.rtl-sdr ];
|
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
# still possible to use this option, but it's recommended to use it in conjunction
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
|
|||||||
Reference in New Issue
Block a user