summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index e6d36a16..1afd03e4 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -44,7 +44,7 @@ let
44in { 44in {
45 services = { 45 services = {
46 sync-keepass = { 46 sync-keepass = {
47 path = with pkgs; [ rclone ]; 47 path = map toString (with pkgs; [ rclone ]);
48 Service = { 48 Service = {
49 Type = "oneshot"; 49 Type = "oneshot";
50 WorkingDirectory = "~"; 50 WorkingDirectory = "~";