File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 777
777
778
778
services . influxdb2 . enable = true ;
779
779
780
- services . mosquitto = {
781
- enable = true ;
782
- listeners = [
783
- {
784
- acl = [ "pattern readwrite #" ] ;
785
- omitPasswordAuth = true ;
786
- settings . allow_anonymous = true ;
787
- }
788
- ] ;
789
- } ;
790
-
791
780
services . postgresql = {
792
781
enable = true ;
793
782
authentication = ''
Original file line number Diff line number Diff line change
1
+ {
2
+ services . mosquitto = {
3
+ enable = true ;
4
+ listeners = [
5
+ {
6
+ acl = [ "pattern readwrite #" ] ;
7
+ omitPasswordAuth = true ;
8
+ settings . allow_anonymous = true ;
9
+ }
10
+ ] ;
11
+ } ;
12
+ }
Original file line number Diff line number Diff line change 4
4
./cloudflared.nix
5
5
./grafana.nix
6
6
./homeassistant.nix
7
+ ./mosquitto.nix
7
8
] ;
8
9
9
10
boot . extraModprobeConfig = ''
You can’t perform that action at this time.
0 commit comments