Remove hail

Hail is no longer in use
This commit is contained in:
Ehmry - 2021-02-22 12:12:00 +01:00
parent 6170a9c4e0
commit c01bf41df1
5 changed files with 0 additions and 20 deletions

View File

@ -25,7 +25,6 @@ in {
boot.tmpOnTmpfs = true;
c3d2 = {
isInHq = false;
enableHail = false;
hq.statistics.enable = true;
};
services.collectd.plugins.protocols = "";

View File

@ -11,7 +11,6 @@
c3d2 = {
isInHq = true;
hq.interface = "eth0";
enableHail = false;
};
networking.hostName = "ledstripes";

View File

@ -21,7 +21,6 @@ in {
c3d2 = {
isInHq = false;
hq.interface = "eth0";
enableHail = false;
};
networking.hostName = "scrape";

View File

@ -8,7 +8,6 @@
isInHq = true;
hq.interface = "eno1";
hq.enableBinaryCache = false;
enableHail = false;
};
nixpkgs.config.allowUnfree = true;

View File

@ -56,13 +56,6 @@ in {
'';
};
enableHail = mkOption {
type = bool;
default = false;
description =
"Whether to enable Hail continuous deployment from the local Hydra.";
};
hq = {
/* externalInterface = mkOption {
@ -254,15 +247,6 @@ in {
};
};
services.hail = lib.mkIf cfg.enableHail {
enable = true;
hydraJobUri =
"https://hydra.hq.c3d2.de/job/c3d2/hail/${config.networking.hostName}-activator ";
# pad the end so the URL doesn't break when systemshit puts a ; on the end
package = pkgs.haskellPackages.hail;
# Only builds > 19.09
};
services.mpd.extraConfig = lib.mkIf cfg.hq.enableMpdProxy ''
database {
plugin "proxy"