diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/caladan/darwin-configuration.nix | 8 | ||||
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix index bebd779..d7dce5c 100644 --- a/nix/hosts/caladan/darwin-configuration.nix +++ b/nix/hosts/caladan/darwin-configuration.nix @@ -46,12 +46,12 @@ speedFactor = 2; # Feature | Derivations requiring it - # --------------|----------------------------------------------------- + # ----------------|----------------------------------------------------- # kvm | Everything which builds inside a vm, like NixOS tests # nixos-test | Machine can run NixOS tests - # big-parallel | kernel config, libreoffice, evolution, llvm and chromium. - # benchmark | Machine can generate metrics (Means the builds usually - # | takes the same amount of time) + # big-parallel | kernel config, libreoffice, evolution, llvm and chromium. + # benchmark | Machine can generate metrics (Means the builds usually + # | takes the same amount of time) # cat /etc/nix/machines # root@corrino x86_64-linux /home/nix/.ssh/id_ed25519 8 1 kvm,benchmark diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 6e34dc1..ca1cb11 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -337,6 +337,7 @@ # allowed-uris = 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:// extraOptions = '' builders-use-substitutes = true + allowed-uris = git.emile.space: gitea@git.emile.space: ''; settings.allowed-uris = [ |