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