From 6e451214b5e1c7c14b45bd83b43a38abb5441886 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 23 Oct 2024 09:34:51 +0700 Subject: [PATCH] chore(nix): Trusted Users --- .config/nix/systems/nix/potato/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nix/systems/nix/potato/default.nix b/.config/nix/systems/nix/potato/default.nix index bf11457..e70d532 100644 --- a/.config/nix/systems/nix/potato/default.nix +++ b/.config/nix/systems/nix/potato/default.nix @@ -10,6 +10,7 @@ etc = { "nix/nix.conf".text = '' + trusted-users = [ root @wheel ] experimental-features = nix-command flakes build-users-group = nixbld '';