about summary refs log tree commit diff
path: root/nix/machines/vm-shared.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-09 15:25:25 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-09 15:25:25 -0800
commite4e769a7adaaa287cba1de8f04f04367c8c16d84 (patch)
tree30b202919328f3a93a18a7f6721b14017689a934 /nix/machines/vm-shared.nix
parentfix configuration for work MBP (diff)
downloadworld-e4e769a7adaaa287cba1de8f04f04367c8c16d84.tar.gz
fix misconfiguration of the bootloader
Diffstat (limited to '')
-rw-r--r--nix/machines/vm-shared.nix4
1 files changed, 0 insertions, 4 deletions
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