Moved Traefik static file to config dir to avoid systemD error.
This commit is contained in:
@@ -140,7 +140,7 @@ helper.mkPodmanService {
|
|||||||
|
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
enable.default = true;
|
enable.default = true;
|
||||||
staticConfigFileDir = mkOption {
|
traefikStaticConfigDir = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/etc/traefik";
|
default = "/etc/traefik";
|
||||||
description = "The path of the directory containing Traefik's static configuration file";
|
description = "The path of the directory containing Traefik's static configuration file";
|
||||||
|
|||||||
Reference in New Issue
Block a user