Example Usage
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
<nixos-hardware/intel/nuc/8i7beh>
./hardware-configuration.nix
./port-scanners.nix
];
[...]
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
<nixos-hardware/intel/nuc/8i7beh>
./hardware-configuration.nix
./port-scanners.nix
];
[...]