modules/programs: remove ~/.config/mimeo from sandbox defaults

This commit is contained in:
2024-02-11 23:35:27 +00:00
parent b6bf8720c9
commit 0861edd7f9

View File

@@ -62,9 +62,7 @@ let
vpn.dns vpn.dns
else else
null; null;
allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths ++ [ allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths;
".config/mimeo" #< TODO: required, until i fully integrate xdg-open into sandboxing. else, `xdg-open https://...` inifinite-loops.
];
allowedRootPaths = [ allowedRootPaths = [
"/nix/store" "/nix/store"
"/bin/sh" "/bin/sh"