make the makefile actually work

This commit is contained in:
Squibid 2025-11-24 03:08:28 -05:00
parent c97dc646fb
commit fbf624a445
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -13,7 +13,7 @@ ifneq ($(shell git diff),)
git commit -m "auto commit on build" -m "`PAGER=cat git diff --name-only --cached`"
endif
rsync -azr ./ crown@$(IP):~/flake-config
ssh crown@$(IP) "NIX_CONFIG='experimental-features = flakes pipe-operators' sudo nixos-rebuild switch --flake ~/flake-config#$(HOST)"
ssh crown@$(IP) "sudo NIX_CONFIG='experimental-features = flakes pipe-operators' nixos-rebuild switch --flake ~/flake-config#$(HOST)"
sops:
# update sops keys