mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
feat: use cloudflare keys on absolutesolver
This commit is contained in:
parent
7cdbec1d50
commit
3fe2842c09
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
sops.age.generateKey = true;
|
||||
|
||||
# Sops keys
|
||||
sops.secrets."cloudflare/api_email" = {};
|
||||
sops.secrets."cloudflare/api_key" = {};
|
||||
|
||||
# Set hostname
|
||||
# Todo: move to common/networking module
|
||||
networking.hostName = "absolutesolver";
|
||||
|
|
Loading…
Reference in a new issue