From e8be2aa7d8527df70ec257d6797d46be2810235e Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Thu, 27 Jun 2024 10:07:13 -0300 Subject: [PATCH] Added panotaka as trusted user --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index ffb8d71..5f5581e 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -5,6 +5,7 @@ }: { nix.settings = { experimental-features = ["nix-command" "flakes"]; + trusted-users = ["root" "panotaka"]; extra-substituters = [ "https://nix-community.cachix.org" "https://devenv.cachix.org"