mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
google-drive: syntax
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user