From 18fb4866d211d2e68dd779e30d3564761826648e Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Tue, 26 Nov 2024 11:41:56 -0500 Subject: [PATCH] Add myself to `nix.settings.trusted-users` to make stuff happy again. --- system/common/nix_lix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/common/nix_lix.nix b/system/common/nix_lix.nix index 8ea4851..a82cb90 100644 --- a/system/common/nix_lix.nix +++ b/system/common/nix_lix.nix @@ -1,5 +1,7 @@ { nix.settings = { + trusted-users = [ "whovian" ]; + extra-substituters = [ "https://cache.lix.systems" ];