aboutsummaryrefslogtreecommitdiff
path: root/hosts/canadian-government-system/hardware-configuration.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-30 14:47:27 -0400
committerRosa <rosaontheweb@proton.me>2026-03-30 14:47:27 -0400
commit849624093f6afd2c498bbff8662550bf3fd87c33 (patch)
tree4eddc974d9c374ae89226cdd3105fc74b8cb9b6e /hosts/canadian-government-system/hardware-configuration.nix
parentc47baf373642c7db5e581df889f985bb38397a81 (diff)
nope, the dream really is dead
Diffstat (limited to 'hosts/canadian-government-system/hardware-configuration.nix')
-rw-r--r--hosts/canadian-government-system/hardware-configuration.nix18
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";
-}