summaryrefslogtreecommitdiff
path: root/machines/xnet/persist.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/xnet/persist.nix')
-rw-r--r--machines/xnet/persist.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/xnet/persist.nix b/machines/xnet/persist.nix
index 0ace84f..10eb883 100644
--- a/machines/xnet/persist.nix
+++ b/machines/xnet/persist.nix
@@ -50,7 +50,7 @@ in
mode = if isString entry then "-" else entry.mode;
dent = "d /persist${path} ${mode} ${user} ${group} - -";
- link = "L ${path} - - - - /persist${path}";
+ link = "L+ ${path} - - - - /persist${path}";
perm = "Z ${mode} ${user} ${group} - -";
in
[ dent link perm ];