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
};
hydra = {
url = "github:nixos/hydra";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpicker = {
url = "github:hyprwm/hyprpicker";
inputs.nixpkgs.follows = "nixpkgs";

View file

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