nix-infra/config/hosts/mqtt/default.nix

10 lines
104 B
Nix

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