fix(mailsync): incorrect indent

This commit is contained in:
stitchy 2025-03-08 22:47:45 +00:00
parent 23d6686697
commit 341db7911e
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -111,7 +111,7 @@ in
mailsync = { mailsync = {
Unit = { Unit = {
Description = "Syncs email"; Description = "Syncs email";
After = [ "network-online.target" ]; After = [ "network-online.target" ];
}; };
Service = { Service = {
Type = "oneshot"; Type = "oneshot";