prepaid-host adjustment

This commit is contained in:
2022-12-06 22:24:15 +01:00
parent ffdbf1c581
commit 5fac176a06
5 changed files with 35 additions and 30 deletions

View File

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