1
0
forked from clan/clan-core

syncthing: add inotify

This commit is contained in:
a-kenji 2024-01-29 11:23:32 +01:00
parent 65a2fc9b14
commit dc4e9d8dd7

View File

@ -62,6 +62,10 @@
}
];
# Activates inofify compatibilty on syncthing
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
services.syncthing = {
enable = true;
configDir = "/var/lib/syncthing";