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.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
|
||||||
zfsSupport = true;
|
zfsSupport = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
mirroredBoots = map (path: {
|
mirroredBoots = map (path: {
|
||||||
|
|
|
@ -81,7 +81,6 @@ in {
|
||||||
});
|
});
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.version = 2;
|
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -25,7 +25,6 @@ in {
|
||||||
|
|
||||||
# Use GRUB.
|
# Use GRUB.
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.version = 2;
|
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
|
Loading…
Reference in a new issue