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";