backout of hydra setup

This commit is contained in:
Tao Tien 2024-04-25 15:48:29 -07:00
parent 311bafce0b
commit 9d368b6b17
2 changed files with 0 additions and 29 deletions

View file

@ -13,28 +13,6 @@
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
nix.buildMachines = [
{
hostName = "localhost";
systems = ["x86_64-linux" "i686-linux"];
supportedFeatures = ["big-parallel" "kvm" "nixos-test" "benchmark"];
}
];
nix.extraOptions = ''
builders-use-substitutes = true
'';
services.hydra = {
enable = true;
hydraURL = "http://localhost:3000";
notificationSender = "hydra@localhost";
useSubstitutes = true;
};
nix.settings.allowed-uris = [
"github:"
"git+https://github.com/"
"git+ssh://github.com/"
];
# services.foldingathome = {
# enable = true;
# team = 223518;