diff options
author | Emile <git@emile.space> | 2024-03-10 00:00:14 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-03-10 00:00:14 +0100 |
commit | dd1ead8d7f0127303058578fa5557643cf27b886 (patch) | |
tree | b9e685e0af0e8ddf70f8239398c6d7e8828e2ec1 /nix/hosts/corrino/configuration.nix | |
parent | fff5709312ced487c36f982db93c5b51c325090b (diff) |
indentation
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index cf63e62..cd293ba 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -334,27 +334,27 @@ # 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 http:// https:// builders-use-substitutes = true ''; buildMachines = [ { - hostName = "localhost"; - system = "x86_64-linux"; - protocol = "ssh-ng"; - maxJobs = 1; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; - } + hostName = "localhost"; + system = "x86_64-linux"; + protocol = "ssh-ng"; + maxJobs = 1; + supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + } { - hostName = "caladan"; - system = "aarch64-darwin"; - protocol = "ssh-ng"; - maxJobs = 1; - speedFactor = 2; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; - mandatoryFeatures = [ ]; - } + hostName = "caladan"; + system = "aarch64-darwin"; + protocol = "ssh-ng"; + maxJobs = 1; + speedFactor = 2; + supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + mandatoryFeatures = [ ]; + } ]; distributedBuilds = true; |