From 96a163f3ff7f162e1166d475b0c53e5c5d81d9b4 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 9 Oct 2025 14:03:56 +0200 Subject: [PATCH] Remove bootloader --- hosts/vm/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index fb1d7eb..0bb3f5d 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -10,13 +10,7 @@ in htop ]; - boot = { - loader.grub.devices = [ "/dev/vda" ]; - initrd = { - enable = true; - systemd.enable = true; - }; - }; + boot.loader.grub.enable = false; services.getty.autologinUser = "root";