Remove redundant inotify configuration

This commit is contained in:
coolneng 2021-05-25 12:31:28 +02:00
parent 1b2f799d77
commit 76c49857db
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@
# Rotate logs after 7 days # Rotate logs after 7 days
services.journald.extraConfig = "SystemMaxFiles=7"; services.journald.extraConfig = "SystemMaxFiles=7";
# Increase inotify limits
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };
# Import other configuration modules # Import other configuration modules
imports = [ ./modules/hardware-configuration.nix ./modules/networking.nix ]; imports = [ ./modules/hardware-configuration.nix ./modules/networking.nix ];