Update stateVersion

This commit is contained in:
Jakob Lechner 2025-12-01 15:21:15 +01:00
parent c53e73b693
commit 784e4e8737
6 changed files with 6 additions and 20 deletions

View file

@ -130,13 +130,6 @@
priority = 1;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# 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 = "25.11";
}

View file

@ -57,12 +57,5 @@
autologin.username = "jalr";
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# 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 = "25.11";
}

View file

@ -72,6 +72,6 @@
};
};
system.stateVersion = "24.05";
system.stateVersion = "25.11";
}

View file

@ -37,7 +37,7 @@ with lib; {
./ports.nix
];
config = {
system.stateVersion = "25.05";
system.stateVersion = "25.11";
security.sudo.wheelNeedsPassword = false;

View file

@ -38,5 +38,5 @@
hardware.graphics.extraPackages = lib.singleton pkgs.vaapiIntel;
system.stateVersion = "25.05";
system.stateVersion = "25.11";
}

View file

@ -28,5 +28,5 @@
priority = 1;
};
system.stateVersion = "24.11";
system.stateVersion = "25.11";
}