fix: disable hydra

This commit is contained in:
Noa Aarts 2024-10-21 17:56:05 +02:00
parent dc292fea5d
commit eacc2f5963
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 10 additions and 15 deletions

View file

@ -24,11 +24,6 @@
#inputs.nixpkgs.follows = "nixpkgs"; # broken until libseat fix #inputs.nixpkgs.follows = "nixpkgs"; # broken until libseat fix
}; };
hydra = {
url = "github:nixos/hydra";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpicker = { hyprpicker = {
url = "github:hyprwm/hyprpicker"; url = "github:hyprwm/hyprpicker";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -158,16 +158,16 @@
}; };
services = { services = {
hydra = { # hydra = {
enable = true; # enable = true;
hydraURL = "https://hydra.itepastra.nl"; # hydraURL = "https://hydra.itepastra.nl";
port = 9212; # port = 9212;
notificationSender = "hydra@localhost"; # notificationSender = "hydra@localhost";
useSubstitutes = true; # useSubstitutes = true;
# listenHost = "localhost"; # # listenHost = "localhost";
minimumDiskFree = 100; # minimumDiskFree = 100;
minimumDiskFreeEvaluator = 100; # minimumDiskFreeEvaluator = 100;
}; # };
nix-serve = { nix-serve = {
enable = true; enable = true;
package = pkgs.nix-serve-ng; package = pkgs.nix-serve-ng;