hydra: configure hydra host
This commit is contained in:
parent
ec64eebfd6
commit
4f789adb21
8 changed files with 138 additions and 0 deletions
11
config/hosts/hydra/default.nix
Normal file
11
config/hosts/hydra/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hydra.nix
|
||||
./networking.nix
|
||||
./nginx.nix
|
||||
./nix.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue