From 72b38b91271124ec5b044c4319d5b1fc90f5deca Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 12 Sep 2022 21:30:43 -0400 Subject: [PATCH] back to systemd boot for oracles --- machines/oracles/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/oracles/configuration.nix b/machines/oracles/configuration.nix index cc5f183..ea21c09 100644 --- a/machines/oracles/configuration.nix +++ b/machines/oracles/configuration.nix @@ -57,7 +57,7 @@ }; }; config = { - setupGrub = true; + setupGrub = false; nix = { autoUpdate = true; autoGC = true; @@ -68,6 +68,9 @@ }; }; }; + # Configure bootloader + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # Configure networking networking = { domain = "mccarty.io";