37 current 2025-03-19 19:41:00 25.05.20250315.c80f6a7 6.12.19 *

This commit is contained in:
Gustav Bruhn 2025-03-19 21:20:06 +01:00
parent b740efa49f
commit 9823adddad

View File

@ -92,11 +92,10 @@
# List services that you want to enable:
services.fwupd.enable = true;
# 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 = "24.11"; # Did you read the comment?
# fonts
# fonts.packages = with pkgs; [
# nerd-fonts.JetBrainsMono
# ];
system.stateVersion = "25.05"; # Do not channge
}