aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/server
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/server')
-rw-r--r--hosts/common/server/traefik.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/common/server/traefik.nix b/hosts/common/server/traefik.nix
index 5cfa229..9882871 100644
--- a/hosts/common/server/traefik.nix
+++ b/hosts/common/server/traefik.nix
@@ -77,11 +77,11 @@ in {
};
services.traefik.dynamicConfigOptions = mkMerge [
- (mkServiceConfi "dash" "http://127.0.0.1:3000/" domainPrivate "le-dns")
- (mkServiceConfi "bt" "http://127.0.0.1:9091/" domainPrivate "le-dns")
- (mkServiceConfi "unifi" "https://127.0.0.1:8443/" domainPrivate "le-dns")
- (mkServiceConfi "git" "http://127.0.0.1:8002/" domainPrivate "le-dns")
- (mkServiceConfi "git" "http://127.0.0.1:8002/" domainPublic "le-http")
+ (mkServiceConfig "dash" "http://127.0.0.1:3000/" domainPrivate "le-dns")
+ (mkServiceConfig "bt" "http://127.0.0.1:9091/" domainPrivate "le-dns")
+ (mkServiceConfig "unifi" "https://127.0.0.1:8443/" domainPrivate "le-dns")
+ (mkServiceConfig "git" "http://127.0.0.1:8002/" domainPrivate "le-dns")
+ (mkServiceConfig "git" "http://127.0.0.1:8002/" domainPublic "le-http")
];
systemd.services.traefik.environment.GCE_SERVICE_ACCOUNT_FILE =