infra/hosts/nachtigall/default.nix

14 lines
207 B
Nix

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