From dd4455eafe0ea8faa72c3b4feb02ccd1024ec579 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 24 Mar 2024 19:45:13 +0000 Subject: [PATCH] Add @wheel to trusted-users for nix --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 90c6aa1..6f9d91a 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -49,6 +49,7 @@ max-free = 1000000000; fallback = true; allowed-users = [ "@wheel" ]; + trusted-users = [ "@wheel" ]; auto-optimise-store = true; substituters = [ "http://odyssey.mesh.vimium.net"