Firejail to sandbox online games

This commit is contained in:
Emmet 2023-07-31 09:45:45 -05:00
parent 2459f01634
commit a81aecff5c
7 changed files with 79 additions and 3 deletions

View file

@ -11,6 +11,7 @@
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit username pkgs config lib;} )
../../system/app/gamemode.nix
../../system/app/steam.nix
../../system/app/prismlauncher.nix
../../system/security/doas.nix
../../system/security/gpg.nix
../../system/security/blocklist.nix

View file

@ -16,6 +16,7 @@
../../system/security/gpg.nix
../../system/security/blocklist.nix
../../system/security/firewall.nix
../../system/security/firejail.nix
../../system/security/openvpn.nix
../../system/style/stylix.nix
];