From b0d96fbdc5bd21d0cedae5e122125f0f0625a63e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 19:27:18 +0100 Subject: ... --- accounts/gkleen@sif/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/gkleen@sif') 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 in { services = { sync-keepass = { - path = with pkgs; [ rclone ]; + path = map toString (with pkgs; [ rclone ]); Service = { Type = "oneshot"; WorkingDirectory = "~"; -- cgit v1.2.3