File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 enable = mkEnableOption "Enable monitoring" ;
1010 } ;
1111 config = mkIf cfg . enable {
12+ systemd . services . node-red . environment . NODE_PATH =
13+ "${ pkgs . nodePackages . passport-openidconnect } /lib/node_modules" ;
14+ networking . firewall . enable = false ;
1215 services = {
1316 mosquitto = {
1417 enable = true ;
5255 withNpmAndGcc = true ;
5356 configFile = ./nodered-settings.js ;
5457 } ;
55- systemd . services . node-red . environment . NODE_PATH =
56- "${ pkgs . nodePackages . passport-openidconnect } /lib/node_modules" ;
5758
5859 # TODO Run hass after postgres has started
5960 home-assistant = {
107108 targets = [ "127.0.0.1:${ toString config . services . home-assistant . config . http . server_port } " ] ;
108109 } ] ;
109110 } ] ;
110- networking . firewall . enable = false ;
111111 postgresql = {
112112 enable = true ;
113113 ensureDatabases = [ "hass" ] ;
You can’t perform that action at this time.
0 commit comments