Compare commits

..

4 commits

2 changed files with 4 additions and 0 deletions
modules/nixos/services
transmission
vikunja

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
};
}