added netdata to loadbalancer

master
Lukas Schulz 2020-11-28 18:45:08 +01:00
parent 36899fc287
commit d4b8392763
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ cdn-loadbalancer-setup = args@{ domain, config_file, nodes, ... }: {
443 # HTTPs
];
services.netdata = {
enable = true;
};
# Enable nginx service
services.nginx = {