grub: remove version, attr for 23.05
This commit is contained in:
parent
cf42debf37
commit
5250d40457
|
@ -35,7 +35,6 @@ in {
|
|||
grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
version = 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
efi.canTouchEfiVariables = false;
|
||||
grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
efiSupport = true;
|
||||
fsIdentifier = "label";
|
||||
device = "nodev";
|
||||
|
|
|
@ -142,7 +142,6 @@
|
|||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
efiSupport = true;
|
||||
fsIdentifier = "label";
|
||||
device = "nodev";
|
||||
|
|
Loading…
Reference in New Issue