From 02ed574be67f61ba3bafcc95e73f82082ae4f209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 8 Jun 2019 15:01:55 +0200 Subject: [PATCH] google-drive: syntax --- modules/google-drive.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/google-drive.nix b/modules/google-drive.nix index 3ade3aa..5139d32 100644 --- a/modules/google-drive.nix +++ b/modules/google-drive.nix @@ -17,9 +17,7 @@ in systemd.services.google-drive = { description = "Google Drive synchronisation service"; after = [ "network-online.target" ]; - script = '' - ${pkgs.grive2}/bin/grive -p ${cfg.directory} - ''; + script = "${pkgs.grive2}/bin/grive -p ${cfg.directory}"; startAt = "*:0/5"; serviceConfig = { Type = "oneshot";