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