update to 24.11

This commit is contained in:
Marlin Cremers 2024-12-29 10:16:30 +00:00 committed by Marlin Cremers
parent 5d88ff2519
commit 782afbd28d
26 changed files with 53 additions and 52 deletions

View file

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