mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-13 14:13:11 +02:00
Killed hydra
This commit is contained in:
parent
7df4b6677a
commit
06eed410c2
2 changed files with 3 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, home-manager, nixpkgs, unstable, sops-nix, neovim-nightly-overlay, nur, ... }@inputs:
|
outputs = { self, home-manager, nixpkgs, unstable, sops-nix, neovim-nightly-overlay, nur, ... }@inputs:
|
||||||
|
@ -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