diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-29 13:13:55 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-29 13:13:55 -0400 |
| commit | 32b32bd3a815e11aa8f7e3279a638940754b6a23 (patch) | |
| tree | da3708b80a5bd1f02b0f66f98ccfba4e7d4bfe7d /hosts/canadian-government-system/hardware-configuration.nix | |
| parent | ed04bcfb4ed49ff56a5212ba6802bacf9297554f (diff) | |
the dream is dead
Diffstat (limited to 'hosts/canadian-government-system/hardware-configuration.nix')
| -rw-r--r-- | hosts/canadian-government-system/hardware-configuration.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/canadian-government-system/hardware-configuration.nix b/hosts/canadian-government-system/hardware-configuration.nix deleted file mode 100644 index 88db163..0000000 --- a/hosts/canadian-government-system/hardware-configuration.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - 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"; -} |
