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