From 9923396809e7b7789d9f25ede21004c9c28143c7 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 25 Aug 2025 07:21:21 +0200 Subject: [PATCH] renamed clan option --- machines/haze/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index 5aa9bec..272a1a7 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -38,7 +38,8 @@ ]; time.timeZone = "Europe/Paris"; - clan.deployment.requireExplicitUpdate = true; + + clan.core.deployment.requireExplicitUpdate = true; clan.core.settings.state-version.enable = true;