10 lines
114 B
Nix
10 lines
114 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
|
|
imports = [
|
|
./backup.nix
|
|
./vpn.nix
|
|
];
|
|
|
|
qois.loadbalancer.enable = true;
|
|
}
|