forked from CCCHH/nix-infra
Add mqtt server (mosquitto)
The config was based on the exsisting mosquitto setup.
This commit is contained in:
parent
8a2d406d4e
commit
b30952a049
5 changed files with 81 additions and 0 deletions
9
config/hosts/mqtt/default.nix
Normal file
9
config/hosts/mqtt/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
./mosquitto.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue