make sure no chromium on servers
This commit is contained in:
parent
ed3e0737eb
commit
bb511472f0
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
security.chromiumSuidSandbox.enable = true;
|
||||
|
||||
home-manager.users.cyryl = { ... }: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
networking.firewall.enable = true;
|
||||
services.clamav.daemon.enable = true;
|
||||
services.clamav.updater.enable = true;
|
||||
security.chromiumSuidSandbox.enable = true;
|
||||
boot.kernelParams = [
|
||||
"slub_debug=FZP"
|
||||
"page_poison=1"
|
||||
|
|
Loading…
Reference in a new issue