diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 14:36:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 14:36:12 -0800 |
| commit | d81781bc67d121e2785ab3b4aded592d625b2d65 (patch) | |
| tree | fe4e832046fc823818977f2c663e718827b81c14 | |
| parent | home-manager: push password-store to git (diff) | |
| download | infra-d81781bc67d121e2785ab3b4aded592d625b2d65.tar.gz | |
home-manager: fix a few typos
| -rw-r--r-- | users/fcuny/desktop/trust/pass.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/fcuny/desktop/trust/pass.nix b/users/fcuny/desktop/trust/pass.nix index f8c81a1..e2d9565 100644 --- a/users/fcuny/desktop/trust/pass.nix +++ b/users/fcuny/desktop/trust/pass.nix @@ -13,11 +13,11 @@ "man:pass(1)" "https://git.fcuny.net/fcuny/password-store" ]; - ConditionPathIsDirectory = "%h/.local/share/password-store/.git" + ConditionPathIsDirectory = "%h/.local/share/password-store/.git"; }; Service = { Type = "oneshot"; - WorkingDirectory = "%h/.local/share/password-store/.git", + WorkingDirectory = "%h/.local/share/password-store/.git"; ExecStart = "${pkgs.git}/bin/git push origin %H"; }; }; |
