firejail doesn't work as wanted
This commit is contained in:
parent
00cce2a533
commit
c75f440610
11
common.nix
11
common.nix
|
@ -343,17 +343,6 @@ in
|
|||
Defaults lecture = never
|
||||
'';
|
||||
|
||||
# enable firejail
|
||||
programs.firejail.enable = true;
|
||||
|
||||
# firejail some stuff globally
|
||||
programs.firejail.wrappedBinaries = {
|
||||
firefox = {
|
||||
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
|
||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
};
|
||||
};
|
||||
|
||||
###
|
||||
### per user configuration below
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue