WIP: add notes for missing persistence/backup
Some checks failed
ci/woodpecker/push/check Pipeline failed

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 2023-09-21 15:55:56 +00:00
parent 21596a7c15
commit bd7fc9355a
5 changed files with 12 additions and 0 deletions

View file

@ -119,5 +119,7 @@ in
config.services.vikunja.settings.files.basepath
];
};
# FIXME: persistence
};
}