From 2165edef4030f14794c4166e06500832434485d5 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 11 Apr 2026 13:02:57 +1000 Subject: [PATCH] Add trusted users --- hosts/modules/core.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/core.nix b/hosts/modules/core.nix index 3924b0f..8c2c7cc 100644 --- a/hosts/modules/core.nix +++ b/hosts/modules/core.nix @@ -49,6 +49,7 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; + trusted-users = [ "root" "alex" ]; }; nix.gc = {