From fbf624a4458ed3d8c138e3dc5bb5ba589a7c964e Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 24 Nov 2025 03:08:28 -0500 Subject: [PATCH] make the makefile actually work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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