mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-15 06:53:10 +02:00
Killed hydra
This commit is contained in:
parent
7df4b6677a
commit
06eed410c2
2 changed files with 3 additions and 7 deletions
|
@ -39,10 +39,6 @@
|
||||||
})
|
})
|
||||||
(builtins.attrNames (builtins.readDir ./modules)));
|
(builtins.attrNames (builtins.readDir ./modules)));
|
||||||
|
|
||||||
nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines);
|
nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines);
|
||||||
hydraJobs = (nixpkgs.lib.mapAttrs' (name: config:
|
|
||||||
nixpkgs.lib.nameValuePair "nixos-${name}"
|
|
||||||
config.config.system.build.toplevel) self.nixosConfigurations);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ in
|
||||||
filerun.enable = true;
|
filerun.enable = true;
|
||||||
zfs-mails.enable = true;
|
zfs-mails.enable = true;
|
||||||
hydra = {
|
hydra = {
|
||||||
enable = true;
|
enable = false;
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = "hydra";
|
subdomain = "hydra";
|
||||||
|
|
Loading…
Add table
Reference in a new issue