WIP: modules: systems: add persist

This is the module that takes care of configuring impermanence at the
system level.

WIP:
    * address FIXMEs
    * activate home-manager persistence?
        * set `programs.fuse.userAllowOther = true;` ?
    * point `age` to persisted paths [1] ?
    * make sure all services and modules are persisted correctly...

[1]: b1d18d25b8
This commit is contained in:
Bruno BELANYI 2021-10-22 13:52:04 +02:00
parent 5f9108bf4d
commit b83f2c9e33
2 changed files with 68 additions and 0 deletions

View file

@ -9,6 +9,7 @@
./language
./nix
./packages
./persist
./podman
./users
];