about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 19:12:43 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 19:12:43 -0700
commit95a60649590ce16c649e40a6263eefd0903a3ea7 (patch)
tree668b07208b1fbaf7a41446d297817a0f834721cb /hosts
parentprofiles: move things around for btrfs (diff)
downloadworld-95a60649590ce16c649e40a6263eefd0903a3ea7.tar.gz
profiles/default: move stuff related to boot
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/hardware.nix1
-rw-r--r--hosts/carmel/boot.nix1
-rw-r--r--hosts/carmel/hardware.nix1
-rw-r--r--hosts/tahoe/hardware.nix1
4 files changed, 0 insertions, 4 deletions
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix
index afe3840..01e2a96 100644
--- a/hosts/aptos/hardware.nix
+++ b/hosts/aptos/hardware.nix
@@ -8,7 +8,6 @@
 
   boot.initrd.availableKernelModules =
     [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
-  boot.initrd.kernelModules = [ ];
   boot.extraModulePackages = [ ];
 
   fileSystems."/" = {
diff --git a/hosts/carmel/boot.nix b/hosts/carmel/boot.nix
index 5beb31b..c867bfb 100644
--- a/hosts/carmel/boot.nix
+++ b/hosts/carmel/boot.nix
@@ -8,7 +8,6 @@
         # see https://www.man7.org/linux/man-pages/man5/loader.conf.5.html
         consoleMode = "max";
       };
-      efi.canTouchEfiVariables = true;
       efi.efiSysMountPoint = "/boot/efi";
     };
 
diff --git a/hosts/carmel/hardware.nix b/hosts/carmel/hardware.nix
index 3293d3a..44f46ae 100644
--- a/hosts/carmel/hardware.nix
+++ b/hosts/carmel/hardware.nix
@@ -8,7 +8,6 @@
 
   boot.initrd.availableKernelModules =
     [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
-  boot.initrd.kernelModules = [ ];
   boot.extraModulePackages = [ ];
 
   fileSystems."/" =
diff --git a/hosts/tahoe/hardware.nix b/hosts/tahoe/hardware.nix
index 4b5937c..83e434f 100644
--- a/hosts/tahoe/hardware.nix
+++ b/hosts/tahoe/hardware.nix
@@ -8,7 +8,6 @@
 
   boot.initrd.availableKernelModules =
     [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
-  boot.initrd.kernelModules = [ ];
   boot.extraModulePackages = [ ];
 
   fileSystems."/" = {