l: enable netdata on all hosts
This commit is contained in:
parent
db9a1e4bb9
commit
6654f03b09
|
@ -218,4 +218,7 @@ with import <stockholm/lib>;
|
|||
networking.dhcpcd.extraConfig = ''
|
||||
noipv4ll
|
||||
'';
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue