From e55a047241cc5d14d2a52fc55e0a60eeb07b0a09 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 25 Jan 2026 19:31:56 +0100 Subject: [PATCH] disable grub for ctf-vm1 --- hosts/ctf-vm1/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ctf-vm1/configuration.nix b/hosts/ctf-vm1/configuration.nix index de69a34..25ea533 100644 --- a/hosts/ctf-vm1/configuration.nix +++ b/hosts/ctf-vm1/configuration.nix @@ -8,6 +8,8 @@ networking.hostName = "ctf-vm1"; + smayzy.grub.disable = true; + home-manager = { extraSpecialArgs = { inherit inputs;