This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
./modules/proxy.nix
|
||||
./modules/matrix.nix
|
||||
./modules/fail2ban.nix
|
||||
./modules/anubis.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
@@ -24,7 +23,6 @@
|
||||
git
|
||||
gnumake
|
||||
openssl
|
||||
anubis
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.anubis = {
|
||||
enable = true;
|
||||
settings = {
|
||||
firewall.enabled = true;
|
||||
firewall.block_openai = true;
|
||||
firewall.block_google = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user