inotify stuff for vscode, and update nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2022-03-16 09:41:18 -04:00
parent f29176c190
commit 770a591071
3 changed files with 10 additions and 5 deletions

View file

@ -8,4 +8,9 @@
wget
];
services.auto-fix-vscode-server.enable = true;
# https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = "524288";
};
}