make sure no chromium on servers

This commit is contained in:
Cyryl Płotnicki 2022-03-06 10:01:07 +00:00
parent ed3e0737eb
commit bb511472f0
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,8 @@ in
}; };
}; };
security.chromiumSuidSandbox.enable = true;
home-manager.users.cyryl = { ... }: { home-manager.users.cyryl = { ... }: {
gtk = { gtk = {
enable = true; enable = true;

View file

@ -11,7 +11,6 @@
networking.firewall.enable = true; networking.firewall.enable = true;
services.clamav.daemon.enable = true; services.clamav.daemon.enable = true;
services.clamav.updater.enable = true; services.clamav.updater.enable = true;
security.chromiumSuidSandbox.enable = true;
boot.kernelParams = [ boot.kernelParams = [
"slub_debug=FZP" "slub_debug=FZP"
"page_poison=1" "page_poison=1"