From eb56c94a411e55814f07e282a9266289e727abc6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 29 Oct 2024 10:44:30 +0100 Subject: [PATCH] feat: improve flake update logging --- 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 c75e271..b3d8f61 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -287,7 +287,7 @@ git reset --hard origin/main git pull nix flake update --commit-lock-file - nixos-rebuild boot --flake . + nixos-rebuild boot -L --flake . git push ''; serviceConfig = {