This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
./modules/proxy.nix
|
./modules/proxy.nix
|
||||||
./modules/matrix.nix
|
./modules/matrix.nix
|
||||||
./modules/fail2ban.nix
|
./modules/fail2ban.nix
|
||||||
./modules/anubis.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
@@ -24,7 +23,6 @@
|
|||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
openssl
|
openssl
|
||||||
anubis
|
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
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