make the makefile actually work
This commit is contained in:
parent
c97dc646fb
commit
fbf624a445
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ ifneq ($(shell git diff),)
|
||||||
git commit -m "auto commit on build" -m "`PAGER=cat git diff --name-only --cached`"
|
git commit -m "auto commit on build" -m "`PAGER=cat git diff --name-only --cached`"
|
||||||
endif
|
endif
|
||||||
rsync -azr ./ crown@$(IP):~/flake-config
|
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:
|
sops:
|
||||||
# update sops keys
|
# update sops keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue