From e4e769a7adaaa287cba1de8f04f04367c8c16d84 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2024 15:25:25 -0800 Subject: fix misconfiguration of the bootloader --- nix/machines/vm-shared.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nix/machines/vm-shared.nix') diff --git a/nix/machines/vm-shared.nix b/nix/machines/vm-shared.nix index 0a1b4b2..01dbaac 100644 --- a/nix/machines/vm-shared.nix +++ b/nix/machines/vm-shared.nix @@ -9,10 +9,6 @@ }; }; - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - time.timeZone = "America/Los_Angeles"; # Don't require password for sudo -- cgit 1.4.1