Bugfixes.
This commit is contained in:
@@ -16,8 +16,9 @@ helper.mkPodmanService {
|
||||
inherit name;
|
||||
description = "Traefik reverse proxy, one to rule them all";
|
||||
reverseProxied = false;
|
||||
dependencies = [ "network.target" "multi-user.target" ];
|
||||
pod = false;
|
||||
dataDir = false;
|
||||
dependencies = [ "network.target" "multi-user.target" ];
|
||||
startDelay = 10;
|
||||
generatedSecrets = {
|
||||
CLOUDFLARE_DNS_API_TOKEN = "cat ${config.numbus.mail.smtpPasswordPath}";
|
||||
|
||||
Reference in New Issue
Block a user