about summary refs log tree commit diff
path: root/nixos/socrates/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/socrates/hardware.nix')
-rw-r--r--nixos/socrates/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/socrates/hardware.nix b/nixos/socrates/hardware.nix
index d13ffd7e401d..dde14eb1e627 100644
--- a/nixos/socrates/hardware.nix
+++ b/nixos/socrates/hardware.nix
@@ -5,7 +5,7 @@
 
 {
   imports =
-    [ /home/wpcarro/nixpkgs/nixos/modules/installer/scan/not-detected.nix
+    [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
     ];
 
   boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];