infra/hosts/nachtigall/default.nix

10 lines
144 B
Nix

{ ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
];
}