From aefdbfad26430670949fcee70a37ec221b033a07 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 21:25:10 +0900 Subject: [PATCH] Update NixOS version --- laptop/configuration.nix | 2 +- laptop/home-manager.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 043969b5..5c5c7258 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -176,5 +176,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 = "unstable"; # Did you read the comment? + system.stateVersion = "23.05"; # Did you read the comment? } diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 44cf88a8..9c991a82 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -9,7 +9,7 @@ in home-manager.users.albert = { /* The home.stateVersion option does not have a default and must be set */ - home.stateVersion = "unstable"; + home.stateVersion = "23.05"; /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */ }; } \ No newline at end of file