about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix1
-rw-r--r--sys/x220.nix2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 62f51283eabc..91f16244dc37 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -159,6 +159,7 @@ in
   boot.loader.grub.font = null;
   boot.loader.grub.splashImage = null;
 
+  boot.swraid.enable = false;
   boot.supportedFilesystems = [ "zfs" ];
 
   networking.hostName = "atuin";
diff --git a/sys/x220.nix b/sys/x220.nix
index 7136dbf35f35..cc079dae5ca9 100644
--- a/sys/x220.nix
+++ b/sys/x220.nix
@@ -19,6 +19,8 @@
   boot.loader.grub.enable = true;
   boot.loader.grub.device = "nodev";
 
+  boot.swraid.enable = false;
+
   boot.initrd.postDeviceCommands = ''
     mkdir /mnt
     mount /dev/mapper/root /mnt