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 2021-11-03 14:43:16 +01:00
parent 8147670f48
commit 5563a1718f
19 changed files with 43 additions and 0 deletions

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
};
}