From ff3388379cf53a8073f929e2b5153b051cbc70f0 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 24 Apr 2025 16:48:11 +0200 Subject: [PATCH] removed bootloader --- hosts/th-vrt-ctr01/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/th-vrt-ctr01/default.nix b/hosts/th-vrt-ctr01/default.nix index edfd8eb..3cdf7d3 100644 --- a/hosts/th-vrt-ctr01/default.nix +++ b/hosts/th-vrt-ctr01/default.nix @@ -50,15 +50,6 @@ ]; }; - # Bootloader. - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.grub = { - enable = true; - efiSupport = true; - device = "nodev"; - configurationLimit = 32; - }; - networking.hostName = "th-vrt-ctr01"; # Define your hostname. networking.firewall = {