mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
todoist, gdrive: depend on network-online
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
||||
|
||||
systemd.services.google-drive = {
|
||||
description = "Google Drive synchronisation service";
|
||||
wantedBy = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
script = ''
|
||||
${pkgs.grive2}/bin/grive -p ${cfg.directory}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user