From 5e8941d1e08ff0d9d8af72d59799621a1786f81e Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sun, 25 Jan 2026 20:06:29 -0500 Subject: [PATCH] Add josh to Nix trusted-users --- homes/josh/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/josh/home.nix b/homes/josh/home.nix index d9cac68..6d02b93 100644 --- a/homes/josh/home.nix +++ b/homes/josh/home.nix @@ -32,6 +32,7 @@ with lib; package = mkDefault pkgs.nix; settings = { allowed-users = [ "josh" ]; + trusted-users = [ "root" "@wheel" "josh" ]; experimental-features = [ "nix-command" "flakes"