fix: typo

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-03 16:04:48 +01:00
parent 5ca129ad7c
commit 4efb3f26fe
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -66,7 +66,7 @@ in
programs.mbsync.enable = true; programs.mbsync.enable = true;
programs.msmtp.enable = true; programs.msmtp.enable = true;
systemd.user.services.mbsynce = { systemd.user.services.mbsync = {
Unit = { Unit = {
Description = "mbsync synchronization"; Description = "mbsync synchronization";
}; };