13 lines
187 B
Nix
13 lines
187 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.anubis = {
|
|
enable = true;
|
|
settings = {
|
|
firewall.enabled = true;
|
|
firewall.block_openai = true;
|
|
firewall.block_google = true;
|
|
};
|
|
};
|
|
}
|