From 10dd9d65b614869cfe9f4984963616d6eea85cb8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 28 Oct 2024 16:20:00 -0500 Subject: [PATCH] refactor(hosts/orion)!: bump stateversion --- flake.nix | 2 +- hosts/orion/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 85d23f35..ccb32019 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,7 @@ self.overlays.additions ]; home = { - stateVersion = "24.05"; + stateVersion = "24.11"; username = "${username}"; homeDirectory = "/home/${username}"; }; diff --git a/hosts/orion/default.nix b/hosts/orion/default.nix index b6c9c21e..e4df6ff3 100644 --- a/hosts/orion/default.nix +++ b/hosts/orion/default.nix @@ -6,10 +6,10 @@ ./modules ] ".nix" ); - system.stateVersion = "24.05"; + system.stateVersion = "24.11"; environment.systemPackages = with pkgs; [ git vim ]; time.timeZone = "America/Chicago"; -} +} \ No newline at end of file