Fix
Some checks failed
/ test (push) Failing after 14m55s

This commit is contained in:
Andrea Ciceri 2025-04-16 13:19:43 +02:00
parent a53626d5c3
commit 5823811700
No known key found for this signature in database

View file

@ -146,7 +146,7 @@ in
}
]
++ [
(lib.mkIf cfg.impermanence.enable {
(lib.optionalAttrs cfg.impermanence.enable {
home.persistence."/persist/home/${cfg.username}" = {
inherit (cfg.impermanence) directories files;
allowOther = true;