hydra: configure hydra host

This commit is contained in:
June 2024-10-30 01:44:12 +01:00
commit 4f789adb21
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
8 changed files with 138 additions and 0 deletions

View file

@ -254,6 +254,16 @@
./config/hosts/penpot
];
};
hydra = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./config/common
./config/proxmox-vm
./config/extra/prometheus-exporter.nix
./config/hosts/hydra
];
};
};
packages.x86_64-linux = {