programs: gdisk: sandbox

This commit is contained in:
Colin 2024-02-17 14:57:33 +00:00
parent 556c20bc04
commit a1470956a5

View File

@ -418,6 +418,13 @@ in
gdb.sandbox.wrapperType = "wrappedDerivation";
gdb.sandbox.autodetectCliPaths = true;
gdisk.sandbox.method = "landlock";
gdisk.sandbox.wrapperType = "wrappedDerivation";
gdisk.sandbox.extraPaths = [
"/dev"
];
gdisk.sandbox.autodetectCliPaths = "existing"; #< sometimes you'll use gdisk on a device file.
# MS GitHub stores auth token in .config
# TODO: we can populate gh's stuff statically; it even lets us use the same oauth across machines
gh.persist.byStore.private = [ ".config/gh" ];