update the shell

This commit is contained in:
Squibid 2025-11-29 00:02:01 -05:00
parent 9f388d75d8
commit 754e4c945e
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 6 additions and 29 deletions

View file

@ -52,10 +52,11 @@ pkgs.mkShell {
# push the flake to the remote system
nixos-anywhere --\
--flake .#$(HOST)\
--build-on remote\
--generate-hardware-config nixos-generate-config ./hosts/$(HOST)/hardware-configuration.nix\
--target-host $(USER)@$(IP)
--flake .#$HOST\
--build-on remote\
--copy-host-keys\
--generate-hardware-config nixos-generate-config ./hosts/$HOST/hardware-configuration.nix\
--target-host $USER@$IP
'')
(pkgs.writeShellScriptBin "-deploy" ''