From 0a91a1e77098ffa729dea332c621419e49d253ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Tue, 15 Oct 2024 00:17:32 +0200 Subject: [PATCH] Update configuration.nix --- hosts/mba/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/mba/configuration.nix b/hosts/mba/configuration.nix index 2dd32d4..4797712 100644 --- a/hosts/mba/configuration.nix +++ b/hosts/mba/configuration.nix @@ -14,4 +14,5 @@ max-free = ${toString (1024 * 1024 * 1024)} ''; + system.stateVersion = 5; }