From 83d5130ac3b1ea28573fda5ad8e5cdbc4aee9339 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 21 Jun 2024 19:00:58 -0500 Subject: [PATCH] Updated version of nixos --- configuration.nix | 2 +- home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c9f341f..bdbe318 100644 --- a/configuration.nix +++ b/configuration.nix @@ -193,5 +193,5 @@ in networking.firewall.allowedUDPPorts = [ ]; networking.firewall.enable = true; - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? } diff --git a/home.nix b/home.nix index 20e68d6..c021d41 100644 --- a/home.nix +++ b/home.nix @@ -1,7 +1,7 @@ { config, pkgs, unstablePkgs, ... }: { targets.genericLinux.enable = true; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; file = { ".local/bin" = { source = ./scripts; }; };