diff options
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 1afd03e4..a5b53b0c 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -44,7 +44,6 @@ let | |||
44 | in { | 44 | in { |
45 | services = { | 45 | services = { |
46 | sync-keepass = { | 46 | sync-keepass = { |
47 | path = map toString (with pkgs; [ rclone ]); | ||
48 | Service = { | 47 | Service = { |
49 | Type = "oneshot"; | 48 | Type = "oneshot"; |
50 | WorkingDirectory = "~"; | 49 | WorkingDirectory = "~"; |
@@ -58,7 +57,7 @@ in { | |||
58 | res = json.load(proc.stdout) | 57 | res = json.load(proc.stdout) |
59 | print(res) | 58 | print(res) |
60 | ''); | 59 | ''); |
61 | Environment = "RCLONE_PASSWORD_COMMAND=\"cat ${config.sops.secrets.gkleen-rclone.path}\""; | 60 | Environment = [ "RCLONE_PASSWORD_COMMAND=\"cat ${config.sops.secrets.gkleen-rclone.path}\"" "PATH=${pkgs.rclone}/bin" ]; |
62 | }; | 61 | }; |
63 | }; | 62 | }; |
64 | emacs = { | 63 | emacs = { |