summaryrefslogtreecommitdiff
path: root/flora/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flora/configuration.nix')
-rw-r--r--flora/configuration.nix21
1 files changed, 1 insertions, 20 deletions
diff --git a/flora/configuration.nix b/flora/configuration.nix
index 750268e..c04f240 100644
--- a/flora/configuration.nix
+++ b/flora/configuration.nix
@@ -35,31 +35,12 @@
useDHCP = false;
interfaces.ens3.useDHCP = true;
+ interfaces.ens10.useDHCP = true;
firewall.logRefusedConnections = false;
-
-
};
- services.fail2ban = {
- enable = true;
- bantime-increment.enable = true;
- bantime-increment.overalljails = true;
- bantime-increment.maxtime = "1312m";
- ignoreIP = [ "88.133.194.232" ];
- };
-
- services.logrotate = {
- enable = true;
- # the nginx module does stuff here, which apparently no one tells anyone about
- settings.nginx = {
- rotate = 2;
- nocompress = true;
- compress = false;
- };
- };
-
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave