Update config for blobercraft
This commit is contained in:
parent
db335a4f71
commit
c97dc646fb
5 changed files with 35 additions and 28 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`"
|
||||
endif
|
||||
rsync -azr ./ crown@$(IP):~/flake-config
|
||||
ssh crown@$(IP) "sudo nixos-rebuild switch --flake ~/flake-config#$(HOST)"
|
||||
ssh crown@$(IP) "NIX_CONFIG='experimental-features = flakes pipe-operators' sudo nixos-rebuild switch --flake ~/flake-config#$(HOST)"
|
||||
|
||||
sops:
|
||||
# update sops keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue