summaryrefslogtreecommitdiff
path: root/systems/afrodite/hardware.nix
blob: 51ddcd0ab32183eb9af70fccce4907f6f5d55afe (plain) (blame)
1
2
3
4
5
6
7
{config, lib, modulesPath, ...}: {
  imports = [
    (modulesPath + "/installer/scan/not-detected.nix")
  ];

  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}