summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-31 19:27:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-31 19:27:18 +0100
commitb0d96fbdc5bd21d0cedae5e122125f0f0625a63e (patch)
treed34fcbfe2ae5288373dcaddcdf9db51f5718af8f /accounts
parent9165f9e4d505acc7533372b91b49e9af49819853 (diff)
downloadnixos-b0d96fbdc5bd21d0cedae5e122125f0f0625a63e.tar
nixos-b0d96fbdc5bd21d0cedae5e122125f0f0625a63e.tar.gz
nixos-b0d96fbdc5bd21d0cedae5e122125f0f0625a63e.tar.bz2
nixos-b0d96fbdc5bd21d0cedae5e122125f0f0625a63e.tar.xz
nixos-b0d96fbdc5bd21d0cedae5e122125f0f0625a63e.zip
...
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 = "~";