From 8041e196042f22dc416f99b1a03d6a12bf8d37ac Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Wed, 22 Apr 2026 19:56:20 +0200 Subject: [PATCH] yes --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 024c871..da2a8b1 100644 --- a/module.nix +++ b/module.nix @@ -34,5 +34,6 @@ }; boot.kernelParams = [ "console=ttyS0" ]; + system.stateVersion = "25.11"; }