infra/hosts/nachtigall/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
224 B
Nix
Raw Normal View History

{ flake, ... }:
2023-10-27 21:06:55 +00:00
{
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
2023-10-28 11:02:04 +00:00
2023-10-28 11:55:10 +00:00
./networking.nix
2024-04-03 19:03:14 +00:00
./wireguard.nix
./backups.nix
2023-10-28 16:18:06 +00:00
2023-10-27 21:06:55 +00:00
];
}