diff options
author | Alan Pearce | 2024-04-20 23:11:46 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-20 23:11:46 +0200 |
commit | ed2b8a359bf46d2fd3ebe337a84b0058d95d6ac6 (patch) | |
tree | 76bdbe045e358c96139b16c34dcaf0b967e9f612 /system/settings | |
parent | 2b33de452acd76e472cc0f5b5ee35c1330734ec7 (diff) | |
download | nixfiles-ed2b8a359bf46d2fd3ebe337a84b0058d95d6ac6.tar.lz nixfiles-ed2b8a359bf46d2fd3ebe337a84b0058d95d6ac6.tar.zst nixfiles-ed2b8a359bf46d2fd3ebe337a84b0058d95d6ac6.zip |
...trust me (but only on darwin)
needed for linux-builder
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 06fd3d86..460d47bd 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -25,6 +25,7 @@ settings.keep-derivations = true; linux-builder.enable = true; + settings.trusted-users = [ "@admin" ]; }; nixpkgs.config = { |