fix: disable hydra
This commit is contained in:
parent
dc292fea5d
commit
eacc2f5963
2 changed files with 10 additions and 15 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue