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