diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
| commit | ed979a450a37fd9761c1ba8393e4ee9dd243b81d (patch) | |
| tree | 5789e5c2ff6215032e745c95949ca35ffa8cd7ca /machines/xnet/persist.nix | |
| parent | ce6292c27207a7359e839d870a141b922aeb754e (diff) | |
| download | depot-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.nix | 2 |
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 ]; |
