# ----------------------------------------------------------------------------- # PLACEHOLDER hardware-configuration.nix # # Replace this file with the REAL generated hardware configuration from the # NixOS installer before installing / switching to this host configuration. # # How: # 1) Boot the NixOS installer ISO # 2) Partition/mount target as planned # 3) Run: nixos-generate-config --root /mnt # 4) Copy the generated /mnt/etc/nixos/hardware-configuration.nix into: # hosts/sam-4screen-desktop/hardware-configuration.nix # ----------------------------------------------------------------------------- { config, lib, pkgs, modulesPath, ... }: { }