forked from jan-leila/nix-config
chore: stubed out section for fail2ban for panoramax
This commit is contained in:
parent
88dcba346f
commit
663bdcc012
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ in {
|
||||||
{
|
{
|
||||||
# TODO: configure options for the package
|
# TODO: configure options for the package
|
||||||
}
|
}
|
||||||
|
(
|
||||||
|
lib.mkIf config.services.fail2ban {
|
||||||
|
# TODO: configure options for fail2ban
|
||||||
|
}
|
||||||
|
)
|
||||||
(
|
(
|
||||||
lib.mkIf osConfig.host.impermanence.enable {
|
lib.mkIf osConfig.host.impermanence.enable {
|
||||||
# TODO: configure impermanence for panoramax data
|
# TODO: configure impermanence for panoramax data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue