Fix VPS
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
imports = [ ./hardware.nix ];
|
imports = [ ./hardware.nix ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce true;
|
boot.loader.systemd-boot.enable = lib.mkForce true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# device = "nodev"; # Required for EFI#
|
# device = "nodev"; # Required for EFI#
|
||||||
|
|||||||
Reference in New Issue
Block a user