flake: update to nixos stable 25.11

This commit is contained in:
wo2wz 2025-11-30 19:49:01 -05:00
parent ef89338871
commit 432d424167
9 changed files with 46 additions and 43 deletions

View file

@ -1,10 +1,10 @@
{ config, ... }:
{
services.logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "lock";
lidSwitchDocked = "ignore";
services.logind.settings.Login = {
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "lock";
HandleLidSwitchDocked = "ignore";
};
services = {