summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 87481c13..1dba89ef 100644
--- a/hel.nix
+++ b/hel.nix
@@ -98,6 +98,10 @@
98 nixpkgs.config.allowUnfree = true; 98 nixpkgs.config.allowUnfree = true;
99 99
100 services = { 100 services = {
101 monitoring.vnstat = {
102 enable = true;
103 };
104
101 gpsd = { 105 gpsd = {
102 enable = true; 106 enable = true;
103 debugLevel = 3; 107 debugLevel = 3;