summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-08-23 22:07:31 +0200
committerlassulus <git@lassul.us>2023-08-23 22:07:31 +0200
commit4acff6e9e977352a1e6ec7a86f0b060a9234f248 (patch)
treef2d04f09bce53f46802f2e423265094f1067a30d /lass
parent03f86e7faa67f953b3829b96402f752b1df19c9d (diff)
l prism.r: make bootable again
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/physical.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix
index ebc80411..d4dd8838 100644
--- a/lass/1systems/prism/physical.nix
+++ b/lass/1systems/prism/physical.nix
@@ -9,6 +9,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
+ boot.swraid.enable = true;
fileSystems."/" = {
device = "rpool/root/nixos";
@@ -80,7 +81,7 @@
# we don't pay for power there and this might solve a problem we observed at least once
# https://www.thomas-krenn.com/de/wiki/PCIe_Bus_Error_Status_00001100_beheben
- boot.kernelParams = [ "pcie_aspm=off" "net.ifnames=0" ];
+ boot.kernelParams = [ "pcie_aspm=off" "net.ifnames=0" "nomodeset" ];
networking.dhcpcd.enable = false;