Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index a751d25..55be59e 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -305,10 +305,6 @@
services.i2p.enable = true;
services.tlp.enable = true;
- services.udev.extraRules = ''
- KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
- '';
-
virtualisation.docker.enable = true;
virtualisation.docker.enableOnBoot = false;
virtualisation.libvirtd.enable = true;
diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix
index 3edf350..548e43f 100644
--- a/system/hardware-configuration.nix
+++ b/system/hardware-configuration.nix
@@ -29,4 +29,6 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+
+ hardware.opentabletdriver.enable = true;
}