Generate hosts for hydra

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent 2636e6769b
commit cb83df1aed
5 changed files with 61 additions and 18 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
./configuration.nix
./secrets.nix
./hydra.nix
./nix-serve.nix
./nginx.nix

View file

@ -2,7 +2,6 @@
{
imports = [
./configuration.nix
./secrets.nix
./coturn.nix
];
}