From d5a832691d155657abea17593f6b16f4942ecfe1 Mon Sep 17 00:00:00 2001 From: Ali Rizvi Date: Tue, 26 Nov 2024 21:43:46 -0500 Subject: [PATCH] hosts/*: bump state version I'm only doing this because I do not use any servies that depend on the stateVersion, and I would like to remain future compatible for whenever I do plan to use these things. Once I do, naturally I will not be shifting this value anymore. --- hosts/desktop/default.nix | 2 +- hosts/laptop/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index e575929..f035b5f 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -5,6 +5,6 @@ ]; config = { - system.stateVersion = "24.05"; + system.stateVersion = "25.05"; }; } diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index e575929..f035b5f 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -5,6 +5,6 @@ ]; config = { - system.stateVersion = "24.05"; + system.stateVersion = "25.05"; }; }