WIP: add notes for missing persistence/backup

TODO:
* Look at for more inspiration https://github.com/nix-community/impermanence/pull/108
* Do home-manager
* Common files https://github.com/nix-community/impermanence/issues/10
This commit is contained in:
Bruno BELANYI 2021-11-03 14:43:16 +01:00
parent f41f974e5f
commit 906299a1ef
10 changed files with 25 additions and 0 deletions

View file

@ -71,6 +71,8 @@ in
};
};
# FIXME: persistence?
# NOTE: unfortunately aria2 does not log connection failures for fail2ban
};
}

View file

@ -36,6 +36,8 @@ in
};
};
# FIXME: persistence?
services.fail2ban.jails = {
audiobookshelf = ''
enabled = true

View file

@ -28,6 +28,8 @@ in
};
};
# FIXME: persistence?
# NOTE: unfortunately flood does not log connection failures for fail2ban
};
}

View file

@ -37,6 +37,9 @@ in
useACMEHost = config.networking.domain;
};
# FIXME: backup
# FIXME: persistence
# NOTE: unfortunately grocy does not log connection failures for fail2ban
};
}

View file

@ -72,6 +72,9 @@ in
};
};
# FIXME: backup
# FIXME: persistence
services.fail2ban.jails = {
mealie = ''
enabled = true

View file

@ -49,6 +49,9 @@ in
};
};
# FIXME: backup
# FIXME: persistence
services.fail2ban.jails = {
miniflux = ''
enabled = true

View file

@ -53,6 +53,9 @@ in
};
};
# FIXME: backup
# FIXME: persistence
# FIXME: fail2ban
};
}

View file

@ -83,6 +83,9 @@ in
};
};
# FIXME: backup
# FIXME: persistence
# NOTE: unfortunately tandoor-recipes does not log connection failures for fail2ban
};
}

View file

@ -100,6 +100,8 @@ in
];
};
# FIXME: persistence
# NOTE: unfortunately vikunja does not log connection failures for fail2ban
};
}

View file

@ -61,5 +61,7 @@ in
port = cfg.rpcPort;
};
};
# FIXME: persistence
};
}