use grub!
This commit is contained in:
parent
26d87e6593
commit
2956fa6ac9
@ -12,9 +12,16 @@
|
||||
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
#boot.loader.systemd-boot.enable = true;
|
||||
#boot.loader.systemd-boot.configurationLimit = 2;
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.loader.grub = {
|
||||
configurationLimit = 2;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
};
|
||||
|
||||
# Use xanmod kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
|
@ -9,6 +9,11 @@
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/root"
|
||||
"/var"
|
||||
"/boot"
|
||||
];
|
||||
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
options = [ "relatime" "mode=755" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/8095-BE1B";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
Reference in New Issue
Block a user