diff --git a/Makefile b/Makefile index 62e366c..45bd70b 100644 --- a/Makefile +++ b/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) "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