From 6b72a5d5a7c49c98ed97869d339cef5cf0f6fe87 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 8 Apr 2023 23:29:41 -0400 Subject: [PATCH] Enable grub on perception --- machines/perception/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index 16df9b5..37be77e 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -23,6 +23,7 @@ }; }; config = { + setupGrub = true; nix = { autoUpdate = true; autoGC = true; @@ -30,10 +31,6 @@ harden = false; }; }; - # Configure bootloader - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - boot.kernelParams = [ "net.ifnames=0" ]; # Configure networking networking = { domain = "mccarty.io";