21 lines
258 B
Nix
21 lines
258 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./common
|
|
./common-dns
|
|
./common-networking
|
|
./cybercluster-vm
|
|
./dn42-router
|
|
./fem-net
|
|
./hetzner-cloud
|
|
./mercury-vm
|
|
./netcup
|
|
./network-fallback-dhcp
|
|
./serial-console
|
|
./wg-clerie
|
|
];
|
|
|
|
}
|