feat: made persist build with new impermanence system
This commit is contained in:
parent
d06c25f33f
commit
61eef3067e
35 changed files with 36 additions and 36 deletions
|
|
@ -26,7 +26,7 @@ in {
|
|||
# If impermanence is not enabled for this user but system impermanence is enabled,
|
||||
# persist the entire home directory as fallback
|
||||
(lib.mkIf (osConfig.storage.impermanence.enable && !cfg.enable && cfg.fallbackPersistence.enable) {
|
||||
home.persistence."/persist/home/${config.home.username}" = {
|
||||
home.persistence."/persist/home" = {
|
||||
directories = ["."];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue