Add more fs watchers for syncthing

This commit is contained in:
Vili Sinervä 2024-08-21 11:02:02 +03:00
parent 2d663977a7
commit 5b3073f65e
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -8,6 +8,8 @@
}
];
boot.kernel.sysctl."fs.inotify.max_user_watches" = 204800;
services.syncthing = {
enable = true;
user = "vili";