{ pkgs, ... }:

{
  imports = [
    ./configuration.nix
    ./networking.nix
    ./mosquitto.nix
  ];
}