Reenable dmesg.

This commit is contained in:
Gabriel Ebner 2020-11-21 15:43:43 +01:00
parent 4d7509f336
commit f58a4b31c1
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@
# IntelliJ # IntelliJ
"fs.inotify.max_user_watches" = pkgs.lib.mkDefault 524288; "fs.inotify.max_user_watches" = pkgs.lib.mkDefault 524288;
# undo lxd "recommendedSysctlSettings"
"kernel.dmesg_restrict" = pkgs.lib.mkForce 0;
}; };
# gapt: `ulimit -n` was 256 # gapt: `ulimit -n` was 256