From 02c0b2332fd11e3c972b32e60d2f5b42dae2993c Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 5 Jan 2025 18:27:08 -0500 Subject: [PATCH] add harmonia as trusted user --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index d0140b5..39c2704 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -5,7 +5,7 @@ experimental-features = "nix-command flakes"; auto-optimise-store = true; flake-registry = ""; - trusted-users = [ "root" "@wheel" ]; + trusted-users = [ "root" "@wheel" "harmonia" ]; trusted-public-keys = [ "cache.cything.io:4NhyCpZuroY7+JP18m1wkAgJGb6WL0jrtx2Bgrvdtow=" ]; substituters = [ "https://cache.cything.io/" ]; };