ops/nixos: drop boot.loader.grub.version = 2 - doesn't do anything anymore
This commit is contained in:
parent
94427deb9d
commit
4921cabb8a
3 changed files with 0 additions and 3 deletions
|
@ -72,7 +72,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
zfsSupport = true;
|
||||
efiSupport = true;
|
||||
mirroredBoots = map (path: {
|
||||
|
|
|
@ -81,7 +81,6 @@ in {
|
|||
});
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
|
||||
# Networking!
|
||||
networking = {
|
||||
|
|
|
@ -25,7 +25,6 @@ in {
|
|||
|
||||
# Use GRUB.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
|
Loading…
Reference in a new issue