hosts: move miniflux from poseidon to hades

This commit is contained in:
Antoine Martin 2022-06-12 17:59:41 +02:00
parent 973415fe4d
commit eab8a279a1
7 changed files with 23 additions and 20 deletions

View file

@ -57,6 +57,12 @@ in {
my.services = {
fail2ban.enable = true;
miniflux = {
enable = true;
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
privatePort = 8080;
};
restic-backup = {
enable = true;
repo = "b2:hades-backup-alarsyo";