removed bootloader

This commit is contained in:
xeovalyte 2025-04-24 16:48:11 +02:00
parent 0c2736b9aa
commit ff3388379c
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -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 = {