From 45ef1609fcc772b2a9b7ac2b7b6f177302a59a2b Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 20:14:54 +0200 Subject: [PATCH] simplify grub --- deployment/check/common/targetNode.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index 35c17345..d6497fd0 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -44,20 +44,7 @@ in networking.firewall.allowedTCPPorts = [ 22 ]; ## Test VMs don't have a bootloader by default. - # boot.loader = { - # # GRUB enabled: installation of GRUB on /dev/disk/by-id/virtio-root failed: No such file or directory - # grub.enable = false; - # # systemd boot enabled: '/boot' is not a mounted partition. Is the path configured correctly? - # systemd-boot.enable = true; - # efi.canTouchEfiVariables = true; - # }; - # # same issue as no bootloader - # boot.loader.generic-extlinux-compatible.enable = false; - # builds but won't boot back up - boot.loader.grub.forceInstall = true; - # # builds but won't boot back up - # # to be used with --no-bootloader, which i could only find for flakes - # boot.loader.grub.enable = false; + boot.loader.grub.enable = false; } (mkIf config.enableAcme {