diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-30 11:05:00 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-30 11:05:00 -0400 |
| commit | 23fe66b07669a4c76784009dbba0d7ddeb52fba8 (patch) | |
| tree | 7d136befc1dd7af8ce71725dc203764a0ed8fb04 /hosts/canadian-government-system/hardware-configuration.nix | |
| parent | f6d82626548c87946dc1ef19f9d6a594004b8f4c (diff) | |
Revert "the dream is dead"
This reverts commit 32b32bd3a815e11aa8f7e3279a638940754b6a23.
Diffstat (limited to 'hosts/canadian-government-system/hardware-configuration.nix')
| -rw-r--r-- | hosts/canadian-government-system/hardware-configuration.nix | 18 |
1 files changed, 18 insertions, 0 deletions
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"; +} |
