do not wrap chromium in firejail

This commit is contained in:
Cyryl Płotnicki 2022-04-09 16:09:55 +01:00
parent 8671a79cde
commit 7647fbf7c2

View file

@ -7,10 +7,6 @@ in {
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox"; executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile"; profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
}; };
chromium = {
executable = "${pkgs.lib.getBin pkgs.chromium}/bin/chromium";
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
};
}; };
security.chromiumSuidSandbox.enable = true; security.chromiumSuidSandbox.enable = true;