flake: update to nixos stable 25.11
This commit is contained in:
parent
ef89338871
commit
432d424167
9 changed files with 46 additions and 43 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchExternalPower = "lock";
|
||||
lidSwitchDocked = "ignore";
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch = "suspend";
|
||||
HandleLidSwitchExternalPower = "lock";
|
||||
HandleLidSwitchDocked = "ignore";
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue