{ config, pkgs, ... }:

{
  imports = [
    ./configuration.nix
    ./nginx.nix
  ];
}