14 lines
184 B
Nix
14 lines
184 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
|
|
imports = [
|
|
./backup.nix
|
|
./vpn.nix
|
|
];
|
|
|
|
qois.loadbalancer.enable = true;
|
|
qois.backplane-net.hosts.loadbalancers = lib.mkForce [ "cyprianspitz" ];
|
|
}
|