WIP: rewrite config #618
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ with lib; {
|
|||
};
|
||||
|
||||
config = mkIf (config.environment.impermanence.enable && config.environment.impermanence.users != []) {
|
||||
programs.fuse.userAllowOther = true;
|
||||
home-manager.users = listToAttrs (map (name: {
|
||||
inherit name;
|
||||
value.home.persistence.default = {
|
||||
|
|
Loading…
Reference in a new issue