infra/hosts/nachtigall/default.nix

16 lines
224 B
Nix

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