diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-20 12:02:32 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-20 12:02:32 -0500 |
| commit | 58bd574cd2476c0097cb278e049a3522b56bb2bf (patch) | |
| tree | dadb9d7c700d4fd6c78b4ca0ff52d6b2d098a743 /system | |
| parent | add more defaults in nix.conf (diff) | |
| download | dotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.tar.gz dotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.tar.bz2 dotfiles-nix-58bd574cd2476c0097cb278e049a3522b56bb2bf.zip | |
add @wheel group as a nix trusted user
Diffstat (limited to 'system')
| -rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 17b3f99..9be2937 100644 --- a/system/default.nix +++ b/system/default.nix @@ -32,6 +32,7 @@ auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; use-xdg-base-directories = true; + trusted-users = ["root" "@wheel"]; }; }; |