From ce0dff385d453d995160e627abb006457ab61e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Wed, 30 Oct 2024 14:35:25 +0800 Subject: [PATCH] set stateVersion in netboot image --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 27e9147..66c1f69 100644 --- a/default.nix +++ b/default.nix @@ -49,6 +49,7 @@ let documentation.man.enable = false; nix.settings.trusted-public-keys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="]; nix.settings.substituters = ["https://nixbld.m-labs.hk?priority=10"]; + system.stateVersion = pkgs.lib.trivial.release; }; in