Former-commit-id: 3b52711351
This commit is contained in:
Hadi
2024-06-11 23:31:59 +02:00
parent 2e3a459e5c
commit 9e77650fa6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ let
'';
remote-rebuild = pkgs.writeShellScriptBin "remote-rebuild" ''
ssh -t heaven "cd ~/.config/heaven && git pull && heaven-rebuild"
ssh -t heaven "cd ~/.config/nixos && git pull && heaven-rebuild"
'';
in {