Change sleep settings
This commit is contained in:
parent
bba9c8494e
commit
ca7c336ff9
@ -75,6 +75,10 @@
|
|||||||
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
|
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
logind = {
|
||||||
|
lidSwitch = "suspend-then-hibernate";
|
||||||
|
lidSwitchExternalPower = "suspend";
|
||||||
|
}
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
@ -165,6 +169,11 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.sleep.extraConfig = ''
|
||||||
|
HibernateDelaySec=30m
|
||||||
|
SuspendState=mem
|
||||||
|
'';
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
plymouth = {enable = true;};
|
plymouth = {enable = true;};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user