fix(macOS): nix trusted-users

This commit is contained in:
winston 2023-11-06 07:28:26 +01:00
parent 16d6b3e65c
commit 720658399b
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -16,7 +16,7 @@ in {
{ {
auto-optimise-store = pkgs.stdenv.isLinux; auto-optimise-store = pkgs.stdenv.isLinux;
experimental-features = ["auto-allocate-uids" "flakes" "nix-command" "repl-flake"]; 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; use-xdg-base-directories = true;
warn-dirty = false; warn-dirty = false;
} }