infra/hosts/nachtigall/default.nix

21 lines
391 B
Nix
Raw Normal View History

{ ... }:
2023-10-27 23:06:55 +02:00
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
2023-10-28 13:02:04 +02:00
2023-10-28 13:55:10 +02:00
./networking.nix
./nix.nix
2023-10-28 15:31:44 +02:00
./apps/nginx.nix
2023-10-28 18:18:06 +02:00
./apps/nginx-mastodon.nix
./apps/nginx-mastodon-files.nix
./apps/nginx-website.nix
./apps/mastodon.nix
2023-10-28 18:18:06 +02:00
./apps/opensearch.nix
./apps/postgresql.nix
2023-10-27 23:06:55 +02:00
];
}