Added the correct options to multiple containers.

This commit is contained in:
Raphaël Numbus
2026-02-20 10:43:11 +01:00
parent c90169f242
commit 61d0fbd339
8 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ helper.mkPodmanService {
description = "Traefik reverse proxy, one to rule them all";
pod = "false";
reverseProxied = false;
dependencies = [ "${config.numbus.services.dns}.service" ];
dependencies = [ "network.target" "multi-user.target" ];
configDir = false;
delaySec = 10;
@@ -28,6 +28,7 @@ helper.mkPodmanService {
default = "ERROR";
description = "The level of detail Traefik should print in the logs.";
};
# traefikDynamicConfigDir referenced at global.nix
};
composeText = ''