Rupert: Try workaround for reboot issues
Sometimes, shutdowns hang
This commit is contained in:
parent
774eea3eb3
commit
845efe9e8f
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue