l: enable netdata on all hosts

This commit is contained in:
lassulus 2019-03-23 16:08:20 +01:00
parent db9a1e4bb9
commit 6654f03b09

View File

@ -218,4 +218,7 @@ with import <stockholm/lib>;
networking.dhcpcd.extraConfig = ''
noipv4ll
'';
services.netdata = {
enable = true;
};
}