mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
fix(modules): update cloudflare API key usage in traefik
feat: add traefik configuration to absolutesolver
This commit is contained in:
parent
970c73e1c5
commit
7aa775d600
3 changed files with 27 additions and 14 deletions
|
@ -21,7 +21,6 @@
|
|||
sops.age.generateKey = true;
|
||||
|
||||
# Sops keys
|
||||
sops.secrets."services/cloudflare/api_email" = {};
|
||||
sops.secrets."services/cloudflare/api_key" = {};
|
||||
|
||||
# Set hostname
|
||||
|
@ -37,6 +36,13 @@
|
|||
# Set system configuration
|
||||
puzzlevision = {
|
||||
archetypes.server.enable = true;
|
||||
|
||||
services = {
|
||||
traefik = {
|
||||
enable = true;
|
||||
cloudflareEmail = "johannesreckers2006@gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure users.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue