totoro: enable nodered
This commit is contained in:
parent
e624f64be6
commit
159da44acf
2 changed files with 12 additions and 0 deletions
|
@ -367,6 +367,10 @@ in {
|
|||
timeout = "0";
|
||||
})
|
||||
(service "bvm-paperless.int.as205479.net:28981" "paperless.int.lukegb.com" {})
|
||||
(service "totoro.int.as205479.net:1880" "nodered.int.lukegb.com" {
|
||||
allow_websockets = true;
|
||||
timeout = "0";
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -34,6 +34,8 @@ in {
|
|||
plex = {};
|
||||
default_config = {};
|
||||
|
||||
broadlink = {};
|
||||
homekit = {};
|
||||
google_assistant = {
|
||||
project_id = "malden-homeassistant";
|
||||
service_account = secrets.homeAssistant.googleServiceAccount;
|
||||
|
@ -144,4 +146,10 @@ in {
|
|||
hostnames = [ "ha.lukegb.com" ];
|
||||
nginxVirtualHosts = [ "ha.lukegb.com" ];
|
||||
};
|
||||
|
||||
services.node-red = {
|
||||
enable = true;
|
||||
withNpmAndGcc = true;
|
||||
port = 1880;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue