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