hosts: small fixes on kabtopci prototype

This commit is contained in:
2024-06-09 15:40:51 +02:00
parent 8c59339b50
commit 998c9aa54d
2 changed files with 7 additions and 6 deletions

View File

@@ -30,11 +30,10 @@
kernelPackages = pkgs.linuxPackages_latest;
loader = { # EFI Boot
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
grub = {
enable = true;
device = "/dev/vda";
};
timeout = 1; # Grub auto select time
};
};