lifebook: make suspend work, DSDT override

This commit is contained in:
2024-12-29 08:48:59 +01:00
parent 3060cbfb77
commit 16c6d9e907
3 changed files with 1 additions and 15 deletions

View File

@@ -30,6 +30,7 @@
boot = { # Boot options
kernelPackages = pkgs.linuxPackages_latest;
initrd.prepend = [ "${/boot/patched-SSDT4}" ];
loader = { # EFI Boot
systemd-boot.enable = lib.mkForce false;
@@ -46,10 +47,6 @@
};
};
# hardware.sane = { # Used for scanning with Xsane
# enable = false;
# extraBackends = [ pkgs.sane-airscan ];
# };
hardware = {
nitrokey.enable = true;
};
@@ -85,10 +82,4 @@
#tailscale.enable = true;
};
#temporary bluetooth fix
# systemd.tmpfiles.rules = [
# "d /var/lib/bluetooth 700 root root - -"
# ];
# systemd.targets."bluetooth".after = ["systemd-tmpfiles-setup.service"];
}