From 2b5b1da02c4c86563569b8feca7beb91f98c5977 Mon Sep 17 00:00:00 2001 From: Rosa Date: Mon, 30 Mar 2026 15:12:01 -0400 Subject: Maybe it's not dead yet This reverts commit 849624093f6afd2c498bbff8662550bf3fd87c33. --- .../hardware-configuration.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hosts/canadian-government-system/hardware-configuration.nix (limited to 'hosts/canadian-government-system/hardware-configuration.nix') diff --git a/hosts/canadian-government-system/hardware-configuration.nix b/hosts/canadian-government-system/hardware-configuration.nix new file mode 100644 index 0000000..88db163 --- /dev/null +++ b/hosts/canadian-government-system/hardware-configuration.nix @@ -0,0 +1,18 @@ +{ + config, + lib, + modulesPath, + pkgs, + ... +}: +{ + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + boot.initrd.availableKernelModules = [ + "xhci_pci" + "ahci" + "usbhid" + "sd_mod" + ]; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; +} -- cgit v1.3.1