1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: get rid of providedDomains in favor of globals

This commit is contained in:
oddlama 2024-06-02 16:59:14 +02:00
parent b6cd74c732
commit 68b12b865c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
31 changed files with 103 additions and 107 deletions

View file

@ -1,5 +1,6 @@
{
config,
globals,
lib,
nodes,
pkgs,
@ -88,7 +89,7 @@ in {
influxdb = {
api_version = 2;
host = nodes.sentinel.config.networking.providedDomains.influxdb;
host = globals.services.influxdb.domain;
port = "443";
max_retries = 10;
ssl = true;