diff --git a/flake.nix b/flake.nix index ef2b1d1..d800099 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index f2547f5..7ae7b3b 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -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;