diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 19:27:46 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 19:27:46 +0100 |
commit | acaa2515da43853f91f8bfa893c9462dd72ac0aa (patch) | |
tree | 4fa805a00bb3a404393f6052199f584d5898029d /accounts/gkleen@sif/systemd.nix | |
parent | b0d96fbdc5bd21d0cedae5e122125f0f0625a63e (diff) | |
download | nixos-acaa2515da43853f91f8bfa893c9462dd72ac0aa.tar nixos-acaa2515da43853f91f8bfa893c9462dd72ac0aa.tar.gz nixos-acaa2515da43853f91f8bfa893c9462dd72ac0aa.tar.bz2 nixos-acaa2515da43853f91f8bfa893c9462dd72ac0aa.tar.xz nixos-acaa2515da43853f91f8bfa893c9462dd72ac0aa.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-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 = { |