servers: enable vnstatd

This commit is contained in:
Antoine Martin 2022-11-27 15:42:06 +01:00
parent 7bf8a1456d
commit e06f1d51b9
2 changed files with 8 additions and 4 deletions

View file

@ -124,8 +124,10 @@ in {
};
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services = {
openssh.enable = true;
vnstat.enable = true;
};
virtualisation.docker.enable = true;

View file

@ -87,8 +87,10 @@ in {
};
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services = {
openssh.enable = true;
vnstat.enable = true;
};
# Takes a long while to build
documentation.nixos.enable = false;