feat: added syncthing

This commit is contained in:
Nick 2025-10-10 02:08:29 -05:00
parent 5a5f7ed62d
commit c77a6bc6fd

View file

@ -54,6 +54,8 @@ in
];
system.activationScripts.postgresCommands = ''
if [ ! -d "${service.paths.path0}/15" ]; then
chown -R ${service.name}:${service.name} ${service.paths.path0}
fi
'';
}