From 32b32bd3a815e11aa8f7e3279a638940754b6a23 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 29 Mar 2026 13:13:55 -0400 Subject: the dream is dead --- .../hardware-configuration.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 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"; -} -- cgit v1.3.1