server | switch boot to grub to start with
This commit is contained in:
parent
caa141e4f5
commit
de16c10d4b
1 changed files with 6 additions and 1 deletions
|
|
@ -59,8 +59,13 @@ in
|
|||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [ "consoleblank=60" ];
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
grub = {
|
||||
enable = true;
|
||||
configurationLimit = 10;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
systemd-boot = {
|
||||
enable = false;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue