WIP: add notes for missing persistence/backup

TODO:
* Do home-manager
* Look at for more inspiration github.com:nix-community/impermanence/pull/108
* Common files github.com:nix-community/impermanence/issues/10
* Useful config: github.com:chayleaf/dotfiles/blob/f77271b249e0c08368573c22a5c34f0737d3a766/system/modules/impermanence.nix
This commit is contained in:
Bruno BELANYI 2021-11-03 14:43:16 +01:00
parent 4eb7d0cd38
commit 11bd7b30c1
8 changed files with 16 additions and 0 deletions

View file

@ -46,5 +46,7 @@ in
];
};
};
# FIXME: persistence?
};
}