From 6b42d419f42320f68f71c57a61bdae8c52d496ae Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:43:23 +0200 Subject: removed the trusted uses --- nix/hosts/caladan/darwin-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix') diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix index db6c22e..f04e51b 100644 --- a/nix/hosts/caladan/darwin-configuration.nix +++ b/nix/hosts/caladan/darwin-configuration.nix @@ -39,6 +39,11 @@ ''; settings = { + # trusted-user = [ + # "root" + # "hydra" + # ]; + trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; @@ -51,6 +56,7 @@ distributedBuilds = true; + buildMachines = [ { hostName = "corrino.emile.space"; -- cgit 1.4.1