router: add vnStat service
This commit is contained in:
parent
5e023e2982
commit
8f7e00f27a
@ -4,6 +4,9 @@ let
|
|||||||
domain = vars.domain;
|
domain = vars.domain;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# vnStat for tracking network interface stats
|
||||||
|
services.vnstat.enable = true;
|
||||||
|
|
||||||
# https://wiki.nixos.org/wiki/Prometheus
|
# https://wiki.nixos.org/wiki/Prometheus
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user