Compare commits

...

4 commits

4 changed files with 8 additions and 0 deletions
modules/nixos/services

View file

@ -27,5 +27,7 @@ in
inherit (cfg) port;
};
};
# NOTE: unfortunately flood does not log connection failures for fail2ban
};
}

View file

@ -36,5 +36,7 @@ in
forceSSL = true;
useACMEHost = config.networking.domain;
};
# NOTE: unfortunately grocy does not log connection failures for fail2ban
};
}

View file

@ -90,5 +90,7 @@ in
allowedTCPPorts = [ cfg.peerPort ];
allowedUDPPorts = [ cfg.peerPort ];
};
# NOTE: unfortunately transmission does not log connection failures for fail2ban
};
}

View file

@ -99,5 +99,7 @@ in
config.services.vikunja.settings.files.basepath
];
};
# NOTE: unfortunately vikunja does not log connection failures for fail2ban
};
}