diff --git a/hosts/common/programs/fractal.nix b/hosts/common/programs/fractal.nix index c73e8ddd..7b8a5cc4 100644 --- a/hosts/common/programs/fractal.nix +++ b/hosts/common/programs/fractal.nix @@ -27,6 +27,8 @@ in # packageUnwrapped = pkgs.fractal-latest; # packageUnwrapped = pkgs.fractal-next; + sandbox.method = "firejail"; + configOption = with lib; mkOption { default = {}; type = types.submodule {