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