Remove redundant inotify configuration
This commit is contained in:
parent
1b2f799d77
commit
76c49857db
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue