From ce455d0e4afe468dbdcb339b67a45fda19880a21 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 22 Jul 2024 15:22:42 +0200 Subject: [PATCH] fix: add nix trusted users again --- configs/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/common.nix b/configs/common.nix index 18b6b95..f8844c1 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -90,6 +90,7 @@ in { settings = { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; + trusted-users = ["root" "@wheel"]; trusted-substituters = [ "https://uku3lig.cachix.org"