diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 07ee7f55..21c50008 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -57,7 +57,7 @@ in { | |||
57 | res = json.load(proc.stdout) | 57 | res = json.load(proc.stdout) |
58 | print(res) | 58 | print(res) |
59 | ''); | 59 | ''); |
60 | Environment = [ "RCLONE_PASSWORD_COMMAND=\"cat ${config.sops.secrets.gkleen-rclone.path}\"" "PATH=${pkgs.rclone}/bin" ]; | 60 | Environment = [ "RCLONE_PASSWORD_COMMAND=\"${pkgs.coreutils}/bin/cat ${config.sops.secrets.gkleen-rclone.path}\"" "PATH=${pkgs.rclone}/bin" ]; |
61 | }; | 61 | }; |
62 | }; | 62 | }; |
63 | emacs = { | 63 | emacs = { |