rsync: enable ssh access

This commit is contained in:
2025-06-21 06:27:59 +00:00
parent 0261110fa5
commit 7476f80cbe

View File

@@ -1031,6 +1031,7 @@ in
rsync.sandbox.net = "clearnet";
rsync.sandbox.autodetectCliPaths = "existingOrParent";
rsync.sandbox.tryKeepUsers = true; # if running as root, keep the user namespace so that `-a` can set the correct owners, etc
rsync.sandbox.whitelistSsh = true;
rust-analyzer.buildCost = 2;
rust-analyzer.sandbox.whitelistPwd = true;