summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-23 18:03:06 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-23 18:03:06 +0100
commitc75f440610ab124a125f768b828e0e6595456323 (patch)
tree117d390ee0d14e923ced69147c03bbff07114a03 /common.nix
parent00cce2a533ec697ce5b135ac56e413d8e3a500d8 (diff)
firejail doesn't work as wanted
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/common.nix b/common.nix
index ef40520..c544b72 100644
--- a/common.nix
+++ b/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
###