From ca9e0d8653e2f0e1d531bae5b71b3808a6a79bb0 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 20 Mar 2025 16:40:47 -0300 Subject: [PATCH] double-rainbow: use nix-ld --- hosts/double-rainbow.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/double-rainbow.nix b/hosts/double-rainbow.nix index af8c5e4..2270198 100644 --- a/hosts/double-rainbow.nix +++ b/hosts/double-rainbow.nix @@ -19,6 +19,8 @@ in { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + my.nix-ld.enable = true; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci"