about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 14:36:12 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 14:36:12 -0800
commitd81781bc67d121e2785ab3b4aded592d625b2d65 (patch)
treefe4e832046fc823818977f2c663e718827b81c14
parenthome-manager: push password-store to git (diff)
downloadworld-d81781bc67d121e2785ab3b4aded592d625b2d65.tar.gz
home-manager: fix a few typos
-rw-r--r--users/fcuny/desktop/trust/pass.nix4
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";
     };
   };