From dab39700c17f099c942825632c4bfbea9018f65e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 00:42:12 +0200 Subject: [PATCH] fix: flake update script --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 03bab58..75019e5 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -330,7 +330,7 @@ cd /root/nixconf git reset --hard origin/main git pull - nix flake update --commit-lock-file /root/nixconf + nix flake update --commit-lock-file nixos-rebuild boot --flake . git push '';