about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2023-12-06 21:34:05 +0000
committerdevhell <devhell@mailfresser.de>2023-12-06 21:35:10 +0000
commit5e1fa7332e152586aa292a7dc5723853f9b41ba8 (patch)
tree7d33736063357ed1ec032a452a007f84d6c75259 /machines
parent2e0d2ca2c155bb30e19f133c3fb263f8dfaa2947 (diff)
machines/gunnr: enable 'boot.swraid'
Not sure if this will fix it, but at the moment gunnr isn't booting
after the update to 23.11.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/gunnr.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 70e5c770..82223e09 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -4,6 +4,7 @@
   vuizvui.user.devhell.profiles.base.enable = true;
 
   boot = {
+    swraid.enable = true;
     loader = {
       grub  = {
         enable = true;