Generate hosts for hydra

This commit is contained in:
yuri 2023-07-27 21:59:24 +02:00
parent 2673483143
commit 361f5ef709
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
];
}