diff options
author | Emile <git@emile.space> | 2024-07-21 17:43:23 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:43:23 +0200 |
commit | 6b42d419f42320f68f71c57a61bdae8c52d496ae (patch) | |
tree | 5936d284d004c4350a7e53a890a35f63317b891b | |
parent | a63bead3678b6d4b1e29bcc37eb9c5322a08deef (diff) |
removed the trusted uses
-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"; |