diff --git a/modules/users/crow/user.nix b/modules/users/crow/user.nix index 136ada1..1500bed 100644 --- a/modules/users/crow/user.nix +++ b/modules/users/crow/user.nix @@ -8,7 +8,7 @@ config.systemd.services.note_sync = { enable = true; description = "Auto sync notes to remote"; - unitConfig = { + serviceConfig = { User = "crow"; Group = "crow"; Type = "oneshot";