From 90b5493ff61e2c924b6ccfd7d68571bbb8de66aa Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 21 Nov 2024 14:46:23 +0100 Subject: [PATCH] Sif: WIP --- instances/sif/configuration.nix | 2 +- instances/sif/hm.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 09a497b..0e88b88 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -361,5 +361,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 = "23.11"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? } diff --git a/instances/sif/hm.nix b/instances/sif/hm.nix index a04031d..2449b68 100644 --- a/instances/sif/hm.nix +++ b/instances/sif/hm.nix @@ -91,7 +91,7 @@ ../../modules/hm/development/web.nix # ../../modules/hm/alacritty.nix - ../../modules/hm/autorandr.nix + # ../../modules/hm/autorandr.nix ../../modules/hm/biblio.nix # ../../modules/hm/bitwarden.nix # ../../modules/hm/blender.nix @@ -148,5 +148,5 @@ ../../modules/hm/zellij.nix ]; - home.stateVersion = "23.11"; + home.stateVersion = "24.11"; }