syncthing: add inotify
This commit is contained in:
@@ -62,6 +62,10 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Activates inofify compatibilty on syncthing
|
||||||
|
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
|
||||||
|
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configDir = "/var/lib/syncthing";
|
configDir = "/var/lib/syncthing";
|
||||||
|
|||||||
Reference in New Issue
Block a user