tidy: programs: wget: remove warning about the sandbox being untested

This commit is contained in:
2024-02-06 01:34:40 +00:00
parent 4c499629f5
commit 2495200b67

View File

@@ -426,7 +426,7 @@ in
vvvvvv.sandbox.whitelistDri = true; #< playable without, but burns noticably more CPU
vvvvvv.persist.byStore.plaintext = [ ".local/share/VVVVVV" ];
wget.sandbox.method = "bwrap"; # TODO:sandbox: untested
wget.sandbox.method = "bwrap";
wget.sandbox.wrapperType = "wrappedDerivation";
wget.sandbox.whitelistPwd = true; # saves to pwd by default