···666666 # The default max inotify watches is 8192.
667667 # Nowadays most apps require a good number of inotify watches,
668668 # the value below is used by default on several other distros.
669669+ boot.kernel.sysctl."fs.inotify.max_user_instances" = mkDefault 524288;
669670 boot.kernel.sysctl."fs.inotify.max_user_watches" = mkDefault 524288;
670671671672 systemd.defaultUnit = mkIf cfg.autorun "graphical.target";