update note synx

This commit is contained in:
TheWanderingCrow 2025-01-20 18:14:32 -05:00
parent 5bea3a130f
commit 0866542de3

View file

@ -2,8 +2,8 @@
config,
lib,
...
}: {
config.systemd.services.note_sync = lib.mkIf config.service.note-sync.enable {
}: lib.mkIf config.service.note-sync.enable {
config.systemd.services.note_sync = {
enable = true;
description = "Auto sync notes to remote";
serviceConfig = {