fix packard conf

This commit is contained in:
Dmitriy Kholkin 2022-02-01 05:16:53 +03:00
parent 53c07c39ce
commit b129726297

View File

@ -30,9 +30,15 @@
deviceSpecific.wireguard.enable = true;
deviceSpecific.isLaptop = lib.mkForce true;
boot.cleanTmpDir = true;
boot.loader = {
boot = {
cleanTmpDir = true;
# kernelParams = [ "video=VGA-1:d" ];
loader = {
timeout = lib.mkForce 4;
systemd-boot.enable = true;
};
};
services.tlp.settings.TLP_DEFAULT_MODE = lib.mkForce "AC";
services.logind.lidSwitch = "lock";
}