Fix nextcloud autosync

This commit is contained in:
SebastianStork 2024-10-20 16:28:42 +02:00
parent dc295a9e49
commit 050daa4195

View file

@ -49,10 +49,7 @@ in
OnBootSec = "1min";
OnUnitActiveSec = "5min";
};
Unit.After = [
"network-online.target"
"sops-nix.service"
];
Unit.After = [ "network-online.target" ];
};
};
};