set stable version to 23.11

This commit is contained in:
Alexander Sosedkin 2024-02-17 13:18:50 +01:00
parent 4b1a6ebcc7
commit be783dd251
24 changed files with 48 additions and 46 deletions

View file

@ -28,7 +28,7 @@
environment.etcBackupExtension = ".bak";
# Read the changelog before changing this value
system.stateVersion = "23.05";
system.stateVersion = "23.11";
# Set up nix for flakes
#nix.extraOptions = ''
@ -39,7 +39,7 @@
#time.timeZone = "Europe/Berlin";
# After installing home-manager channel like
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
# nix-channel --update
# you can configure home-manager in here like
#home-manager = {
@ -49,7 +49,7 @@
# { config, lib, pkgs, ... }:
# {
# # Read the changelog before changing this value
# home.stateVersion = "23.05";
# home.stateVersion = "23.11";
#
# # insert home-manager config
# };