From 33ebec4f8dee8503500320f737613d68daafcc65 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 3 Jan 2025 13:36:58 +0100 Subject: [PATCH] move rebuild of update-flake to ng --- 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 bb4d339..17a1048 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -327,7 +327,7 @@ git openssh nix - nixos-rebuild + nixos-rebuild-ng ]; script = '' [[ ! -d '/root/nixconf' ]] && git clone git@github.com:itepastra/nixconf /root/nixconf