Expose ZWave JS
This commit is contained in:
@@ -74,19 +74,6 @@ in
|
|||||||
# directly for troubleshooting Nginx configuration
|
# directly for troubleshooting Nginx configuration
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 8123 ];
|
allowedTCPPorts = [ 80 8091 8123 ];
|
||||||
};
|
|
||||||
|
|
||||||
# No data is secure unless it is backed up! So we back up the data on this node to our NAS using Syncthing, from there we will
|
|
||||||
# handle things like off site
|
|
||||||
services.syncthing = {
|
|
||||||
enable = true;
|
|
||||||
folders = {
|
|
||||||
"zwave-live" = {
|
|
||||||
enable = true;
|
|
||||||
path = "/var/lib/zwave";
|
|
||||||
devices = [ "nas" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user