summaryrefslogtreecommitdiff
path: root/machines/xnet/persist.nix
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-03-03 11:48:26 -0500
committerKleidi Bujari <mail@4kb.net>2025-03-03 11:48:26 -0500
commited979a450a37fd9761c1ba8393e4ee9dd243b81d (patch)
tree5789e5c2ff6215032e745c95949ca35ffa8cd7ca /machines/xnet/persist.nix
parentce6292c27207a7359e839d870a141b922aeb754e (diff)
downloaddepot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.gz
depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.bz2
depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.zip
early feb sprint
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 ];