Allowothers enabled on Nix systems
This commit is contained in:
parent
88933b9ce2
commit
fca8a0e7e4
4 changed files with 25 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" = {
|
||||
enable = true;
|
||||
allowOther = false;
|
||||
allowOther = if !config.targets.genericLinux.enable then true else false;
|
||||
removePrefixDirectory = true;
|
||||
directories = let
|
||||
home = config.home.homeDirectory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue