20 lines
359 B
Nix
20 lines
359 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./nix.nix
|
|
./apps/nginx.nix
|
|
|
|
./apps/nginx-mastodon-files.nix
|
|
./apps/nginx-website.nix
|
|
./apps/mastodon.nix
|
|
./apps/opensearch.nix
|
|
./apps/postgresql.nix
|
|
];
|
|
}
|