1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

google-drive: syntax

This commit is contained in:
Kierán Meinhardt
2019-06-08 15:01:55 +02:00
parent acd1ef332c
commit 02ed574be6

View File

@@ -17,9 +17,7 @@ in
systemd.services.google-drive = { systemd.services.google-drive = {
description = "Google Drive synchronisation service"; description = "Google Drive synchronisation service";
after = [ "network-online.target" ]; after = [ "network-online.target" ];
script = '' script = "${pkgs.grive2}/bin/grive -p ${cfg.directory}";
${pkgs.grive2}/bin/grive -p ${cfg.directory}
'';
startAt = "*:0/5"; startAt = "*:0/5";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";