From 720658399b4ddda9c649be1d8aefcceb7a8f3423 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 6 Nov 2023 07:28:26 +0100 Subject: [PATCH] fix(macOS): nix trusted-users --- machines/common/shared/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/common/shared/nix.nix b/machines/common/shared/nix.nix index 10ee126..a4d6e3c 100644 --- a/machines/common/shared/nix.nix +++ b/machines/common/shared/nix.nix @@ -16,7 +16,7 @@ in { { auto-optimise-store = pkgs.stdenv.isLinux; experimental-features = ["auto-allocate-uids" "flakes" "nix-command" "repl-flake"]; - trusted-users = ["@staff" "@sudo" "@wheel"]; + trusted-users = ["@sudo" "@wheel" "winston"]; use-xdg-base-directories = true; warn-dirty = false; }