1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +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 = { services.restic.backups.niveum = {
initialize = true; initialize = true;
inherit (restic) repository; inherit (restic) repository;