diff --git a/common/modules/bash/default.nix b/common/modules/bash/default.nix index 6702b311..ed185ed5 100644 --- a/common/modules/bash/default.nix +++ b/common/modules/bash/default.nix @@ -131,7 +131,7 @@ ls = "ls -lah --color=auto"; cp = "cp -r"; - chore = "(cd ~/.nix/nixos; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; + chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; tup = "tailscale up --login-server https://headscale.nelim.org";