10 lines
76 B
Nix
10 lines
76 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
|
|
{
|
|
qois.loadbalancer.enable = true;
|
|
}
|