Rupert: Try workaround for reboot issues

Sometimes, shutdowns hang
This commit is contained in:
fruchti 2023-08-26 10:52:00 +02:00
parent 774eea3eb3
commit 845efe9e8f

View file

@ -19,6 +19,7 @@ in
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "acpi=force" "reboot=bios" ];
networking.hostName = "Rupert"; networking.hostName = "Rupert";