Remove redundant secret injection for oink
This commit is contained in:
@@ -47,11 +47,9 @@ in
|
||||
# NOTE Temporary workaround until Inadyn fixes the Porkbun module
|
||||
services.oink = {
|
||||
enable = true;
|
||||
settings = {
|
||||
apiKey = "PLACEHOLDER";
|
||||
secretApiKey = "PLACEHOLDER";
|
||||
interval = 1800;
|
||||
};
|
||||
apiKeyFile = config.age.secrets.inadyn-porkbun.path;
|
||||
secretApiKeyFile = config.age.secrets.inadyn-porkbun-secret.path;
|
||||
settings.interval = 1800;
|
||||
domains = [
|
||||
{
|
||||
domain = "psydnd.org";
|
||||
@@ -59,8 +57,6 @@ in
|
||||
}
|
||||
];
|
||||
};
|
||||
# NOTE Load credentials using environment variables
|
||||
systemd.services.oink.serviceConfig.EnvironmentFile = config.age.secrets.inadyn-porkbun.path;
|
||||
|
||||
# Firewall configuration
|
||||
networking.firewall = {
|
||||
|
||||
Reference in New Issue
Block a user