7 lines
88 B
Nix
7 lines
88 B
Nix
{ ... }:
|
|
{
|
|
boot.kernel.sysctl = {
|
|
"fs.inotify.max_user_watches" = 1048576;
|
|
};
|
|
}
|