rsync: enable ssh access
This commit is contained in:
@@ -1031,6 +1031,7 @@ in
|
|||||||
rsync.sandbox.net = "clearnet";
|
rsync.sandbox.net = "clearnet";
|
||||||
rsync.sandbox.autodetectCliPaths = "existingOrParent";
|
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.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.buildCost = 2;
|
||||||
rust-analyzer.sandbox.whitelistPwd = true;
|
rust-analyzer.sandbox.whitelistPwd = true;
|
||||||
|
Reference in New Issue
Block a user