diff --git a/hosts/common/default.nix b/hosts/common/default.nix index b19928c..07c37e7 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -39,6 +39,8 @@ options = "--delete-older-than 30d"; }; + nix.trustedUsers = ["root" "zack"]; + services.udev.extraRules = ''KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev"''; # Enable networking networking.networkmanager.enable = true;