lifebook: make suspend work, DSDT override

This commit is contained in:
Kabbone 2024-12-29 08:48:59 +01:00
parent 3060cbfb77
commit 16c6d9e907
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0
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"];
}

View File

@ -42,11 +42,6 @@
zramSwap.enable = true;
# powerManagement = {
# powerDownCommands = "${pkgs.kmod}/bin/rmmod intel_lpss_pci";
# resumeCommands = "${pkgs.kmod}/bin/modprobe intel_lpss_pci";
# };
services = {
btrfs.autoScrub = {

BIN
hosts/lifebook/patched-SSDT4 Executable file

Binary file not shown.