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: # List services that you want to enable:
services.fwupd.enable = true; services.fwupd.enable = true;
# This value determines the NixOS release from which the default # fonts
# settings for stateful data, like file locations and database versions # fonts.packages = with pkgs; [
# on your system were taken. Its perfectly fine and recommended to leave # nerd-fonts.JetBrainsMono
# 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 = "25.05"; # Do not channge
system.stateVersion = "24.11"; # Did you read the comment?
} }