diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1526758..91bd56d 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -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