1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

zaatar: disable influxdb

This commit is contained in:
2024-04-06 17:32:15 +02:00
parent 8633167719
commit 3c2a66f990

View File

@@ -12,13 +12,6 @@ in {
};
};
services.influxdb = {
enable = true;
extraConfig = {
http.bind-address = ":${toString influxPort}";
};
};
services.restic.backups.niveum = {
initialize = true;
inherit (restic) repository;