machines: remove grub.version

This commit is contained in:
makefu 2024-05-30 18:12:55 +02:00
parent 08577b81cd
commit abad442c85
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
9 changed files with 1 additions and 8 deletions
machines

View file

@ -42,7 +42,6 @@ in {
};
boot.kernelParams = [ ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.devices = [ main-disk ];
boot.initrd.kernelModules = [ "dm-raid" "dm_cache" "dm-thin-pool" ];
boot.initrd.availableKernelModules = [

View file

@ -40,7 +40,6 @@
boot.supportedFilesystems = [ "zfs" ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.copyKernels = true;
boot.zfs.devNodes = "/dev"; # fixes some virtualmachine issues
boot.kernelParams = [

View file

@ -3,7 +3,6 @@
{
imports = [ ./hardware-configuration.nix ./generated.nix ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.zfs.devNodes = "/dev"; # fixes some virtualmachine issues
#boot.zfs.forceImportRoot = false;
#boot.zfs.forceImportAll = false;

View file

@ -40,7 +40,6 @@
boot.supportedFilesystems = [ "zfs" ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.copyKernels = true;
boot.zfs.devNodes = "/dev"; # fixes some virtualmachine issues
boot.kernelParams = [

View file

@ -124,6 +124,7 @@ in {
../../2configs/home/zigbee2mqtt
../../2configs/home/streams.nix
../../2configs/home/esphome.nix
../../2configs/home/audio-dl.nix
{
makefu.ps3netsrv = {
enable = true;

View file

@ -15,7 +15,6 @@
krebs.build.host = config.krebs.hosts.repunit;
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "ehci_pci" "virtio_pci" "virtio_blk" ];

View file

@ -186,7 +186,6 @@
system.autoUpgrade.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
fileSystems."/".options = [ "noatime" "nodiratime" "discard" ];

View file

@ -6,7 +6,6 @@
./sound.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "/dev/sda";
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" ];

View file

@ -54,7 +54,6 @@
# hardware
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "usb_storage" "sd_mod" ];