rsync-net: fix /nix/persist/private path

This commit is contained in:
2024-08-03 14:04:22 +00:00
parent 97268e9b26
commit b4a244df7a

View File

@@ -26,7 +26,7 @@ in
note that this module does NOT add any encryption to the files (layer that yourself). note that this module does NOT add any encryption to the files (layer that yourself).
''; '';
default = lib.optionals config.sane.persist.enable [ default = lib.optionals config.sane.persist.enable [
config.sane.persist.stores."private".origin "/nix/persist/private" #< XXX: make sure to do the encrypted version, not /mnt/persist/private!
]; ];
}; };
}; };