updated config to 25.05 - IMPORTANT - DO NOT APPLY TO 23.11 nodes, this is an intermediate commit! LOCAL UPGRADE REQUIRED!

This commit is contained in:
Steffen Illium
2025-07-18 12:38:05 +02:00
parent 21e54d968e
commit 725709711f
3 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -80,7 +80,7 @@
services.printing.enable = false;
# Enable sound.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = false;
@@ -117,7 +117,6 @@
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = config.vars.stateVersion; # Set via host-specific vars.nix
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
}