infra/hosts/nachtigall/default.nix
2023-10-28 14:00:32 +02:00

12 lines
168 B
Nix

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