11 lines
126 B
Nix
11 lines
126 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./secrets.nix
|
|
./hydra.nix
|
|
./nix-serve.nix
|
|
./nginx.nix
|
|
];
|
|
}
|