From 4335187ac39c4c46e20710ac43654d4896e77ce2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 2 Apr 2024 15:55:11 -0400 Subject: [PATCH] 296 current 2024-04-02 15:50:34 24.05.20240329.d8fe5e6 6.8.2-zen2 * --- hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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