From d950ad6a7afddf42d3a080cee04364717515753f Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 5 Dec 2024 22:26:38 +0100 Subject: [PATCH] stateVersion: from 24.11 to 25.05 --- modules/home/default.nix | 2 +- modules/system/common.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index dc8ad7f..ffed88c 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -13,7 +13,7 @@ username = "florian"; homeDirectory = "/home/florian"; - stateVersion = "24.11"; + stateVersion = "25.05"; }; programs.home-manager.enable = true; diff --git a/modules/system/common.nix b/modules/system/common.nix index fe25506..dab2ced 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -93,5 +93,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "24.11"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? }