Moved Traefik static file to config dir to avoid systemD error.

This commit is contained in:
Raphaël Numbus
2026-02-25 21:51:58 +01:00
parent b673f94b07
commit 81da85cd91
+1 -1
View File
@@ -140,7 +140,7 @@ helper.mkPodmanService {
extraOptions = {
enable.default = true;
staticConfigFileDir = mkOption {
traefikStaticConfigDir = mkOption {
type = types.str;
default = "/etc/traefik";
description = "The path of the directory containing Traefik's static configuration file";