diff options
Diffstat (limited to 'nix/hosts/caladan')
-rw-r--r-- | nix/hosts/caladan/darwin-configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; |