From fff5709312ced487c36f982db93c5b51c325090b Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 9 Mar 2024 23:51:11 +0100 Subject: build foo --- nix/hosts/caladan/darwin-configuration.nix | 2 +- nix/hosts/corrino/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/hosts') diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix index b31b6b3..bebd779 100644 --- a/nix/hosts/caladan/darwin-configuration.nix +++ b/nix/hosts/caladan/darwin-configuration.nix @@ -42,7 +42,7 @@ { hostName = "corrino.emile.space"; system = "x86_64-linux"; - maxJobs = 1; + maxJobs = 8; speedFactor = 2; # Feature | Derivations requiring it diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index aed56cf..cf63e62 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -334,7 +334,7 @@ # we need the below in order for hydra to be allowed to access the pages extraOptions = '' - allowed-uris = ssh://gitea@git.emile.space git+https://git.emile.space https://git.emile.space https://portswigger-cdn.net https://git.sr.ht/ https://gitlab.com/simple-nixos-mailserver https://github.com/nixos/nixpkgs + allowed-uris = ssh://gitea@git.emile.space git+https://git.emile.space https://git.emile.space https://portswigger-cdn.net https://git.sr.ht/ https://gitlab.com/simple-nixos-mailserver https://github.com/nixos/nixpkgs builders-use-substitutes = true ''; -- cgit 1.4.1