···666 # The default max inotify watches is 8192.
667 # Nowadays most apps require a good number of inotify watches,
668 # the value below is used by default on several other distros.
0669 boot.kernel.sysctl."fs.inotify.max_user_watches" = mkDefault 524288;
670671 systemd.defaultUnit = mkIf cfg.autorun "graphical.target";
···666 # The default max inotify watches is 8192.
667 # Nowadays most apps require a good number of inotify watches,
668 # the value below is used by default on several other distros.
669+ boot.kernel.sysctl."fs.inotify.max_user_instances" = mkDefault 524288;
670 boot.kernel.sysctl."fs.inotify.max_user_watches" = mkDefault 524288;
671672 systemd.defaultUnit = mkIf cfg.autorun "graphical.target";