🔧 update traefik config

This commit is contained in:
James Walker 2023-06-05 22:56:53 -04:00
parent 673f62f6d5
commit baad77a1ab
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -4,6 +4,9 @@
services.traefik = {
enable = true;
group = "docker";
environmentFiles = [
config.sops.secrets.traefik.path
];
staticConfigOptions = {
api = {
dashboard = true;
@ -41,11 +44,6 @@
};
};
};
systemd.services.traefik = {
serviceConfig = {
EnvironmentFile = config.sops.secrets.traefik.path;
};
};
sops.secrets.traefik = {
owner = "traefik";