Skip to content

Commit

Permalink
WIP: add notes for missing persistence/backup
Browse files Browse the repository at this point in the history
TODO:
* Look at for more inspiration nix-community/impermanence#108
* Do home-manager
* Common files nix-community/impermanence#10
  • Loading branch information
ambroisie committed Oct 26, 2023
1 parent b535717 commit d9eeeb5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/services/grocy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ in
forceSSL = true;
useACMEHost = config.networking.domain;
};

# FIXME: backup
# FIXME: persistence
};
}
3 changes: 3 additions & 0 deletions modules/services/miniflux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ in
inherit (cfg) port;
}
];

# FIXME: backup
# FIXME: persistence
};
}
3 changes: 3 additions & 0 deletions modules/services/tandoor-recipes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ in
inherit (cfg) port;
}
];

# FIXME: backup
# FIXME: persistence
};
}
2 changes: 2 additions & 0 deletions modules/services/vikunja/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ in
config.services.vikunja.settings.files.basepath
];
};

# FIXME: persistence
};
}
1 change: 1 addition & 0 deletions modules/system/persist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ in
++ (lib.optionals config.virtualisation.docker.enable [
"/var/lib/docker"
])
# FIXME: podman
++ cfg.directories
;
};
Expand Down

0 comments on commit d9eeeb5

Please sign in to comment.