alter firefox install
This commit is contained in:
parent
3e0373ad69
commit
e779c6bb5b
1 changed files with 0 additions and 16 deletions
|
|
@ -72,7 +72,6 @@
|
|||
usbutils
|
||||
wget
|
||||
lsof
|
||||
firefox
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -115,21 +114,6 @@
|
|||
nix.settings.allowed-users = [ "@wheel" ];
|
||||
security.sudo.execWheelOnly = true;
|
||||
|
||||
programs.firejail = {
|
||||
enable = true;
|
||||
wrappedBinaries = {
|
||||
firefox = {
|
||||
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
|
||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
extraArgs = [
|
||||
# Required for U2F USB stick
|
||||
"--ignore=private-dev"
|
||||
# Enable system notifications
|
||||
"--dbus-user.talk=org.freedesktop.Notifications"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# enable antivirus clamav and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue