Update mac1 hardware config
Eelco Dolstra committed
Dec 29, 2020 at 15:49 UTC
d230a3e55d456ac05719d8faab83153b30d00f5a
1 file changed
+5
-4
macs/nodes/mac1.nix
+5
-4
@@ -9,9 +9,10 @@
9
];
10
11
boot.loader.systemd-boot.enable = true;
12
- boot.loader.efi.canTouchEfiVariables = true;
12
+ boot.loader.efi.canTouchEfiVariables = false;
13
+ boot.loader.grub.efiInstallAsRemovable = true;
14
14
- boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "firewire_ohci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
15
+ boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "firewire_ohci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "nvme" ];
16
boot.initrd.kernelModules = [ ];
17
boot.kernelModules = [ "kvm-intel" "wl" ];
18
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
@@ -30,9 +31,9 @@
31
[ { device = "/dev/disk/by-label/swap"; }
32
];
33
33
- nix.maxJobs = lib.mkDefault 4;
34
+ nix.maxJobs = lib.mkDefault 6;
35
35
- networking.hostId = "29bdef97";
36
+ networking.hostId = "443c1836";
37
nixpkgs.config.allowUnfree = true;
38
boot.supportedFilesystems = ["zfs"];
39
}