Upgrade to 25.11

This commit is contained in:
Tibo De Peuter 2025-12-04 10:28:40 +01:00
parent b9e72e8f92
commit ee26741ec2
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 30 additions and 65 deletions

View file

@ -113,17 +113,17 @@
};
};
logind = {
logind.settings.Login = {
# Handle the laptop lid switch as follows:
lidSwitch = "hybrid-sleep";
lidSwitchExternalPower = "lock";
lidSwitchDocked = "ignore";
HandleLidSwitch = "hybrid-sleep";
HandleLidSwitchExternalPower = "lock";
HandleLidSwitchDocked = "ignore";
# Handle the power key
powerKey = "suspend";
HandlePowerKey = "suspend";
HandlePowerKeyLongPress = "poweroff";
};
power-profiles-daemon.enable = false;
smartd.enable = true;
@ -161,12 +161,6 @@
useXkbConfig = true; # use xkb.options in tty.
};
# Enable CUPS to print documents.
# services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
environment = {
@ -200,6 +194,5 @@
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "25.05"; # Did you read the comment?
}