From 15d50528cf86e93bad19f65f1e4b47af49e94d71 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 12 Jun 2026 13:37:13 +0200 Subject: Nuked everything --- hosts/mystra/hardware-configuration.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 hosts/mystra/hardware-configuration.nix (limited to 'hosts/mystra/hardware-configuration.nix') diff --git a/hosts/mystra/hardware-configuration.nix b/hosts/mystra/hardware-configuration.nix deleted file mode 100644 index 50f0325..0000000 --- a/hosts/mystra/hardware-configuration.nix +++ /dev/null @@ -1,25 +0,0 @@ -# PLACEHOLDER - Generate on actual ThinkPad X220 hardware with: -# sudo nixos-generate-config --show-hardware-config > hosts/mystra/hardware-configuration.nix -# -# ThinkPad X220 Expected Hardware: -# - Intel Core i5-2520M (2nd gen Sandy Bridge) -# - Intel HD Graphics 3000 (i915 driver) -# - 4-8GB DDR3 RAM -# - SATA SSD/HDD storage - -{ config, lib, pkgs, modulesPath, ... }: -{ - imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; - - # Placeholder - replace with actual hardware scan results - boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usb_storage" "sd_mod" ]; - boot.kernelModules = [ "kvm-intel" ]; - - fileSystems."/" = { - device = "/dev/disk/by-uuid/PLACEHOLDER"; - fsType = "ext4"; - }; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} -- cgit v1.2.3