diff --git a/flake.nix b/flake.nix index 293a3ba..fe79da6 100644 --- a/flake.nix +++ b/flake.nix @@ -151,6 +151,9 @@ PAGER="${self.packages.${system}.nvim-pager}/bin/pager"; }; }; + + + system.stateVersion = "24.11"; }; "hardware.hetzner" = { ... }: { boot.loader.grub.device = "/dev/sda";