From 31f93b5bc906b5b504ec86d01e43fdc1710b194c Mon Sep 17 00:00:00 2001 From: Jet Date: Thu, 19 Mar 2026 23:01:06 -0700 Subject: [PATCH] feat: add jet and root as trusted users --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index b42bb04..cd71e7d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -155,6 +155,10 @@ "flakes" ]; auto-optimise-store = true; + trusted-users = [ + "root" + "jet" + ]; max-jobs = "auto"; cores = 0; build-users-group = "nixbld";