infra/hosts/nachtigall/default.nix
2024-05-08 22:57:07 +02:00

14 lines
205 B
Nix

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