1

System/Nixinator: Add MakeMKV license key to secrets

This commit is contained in:
2025-07-14 23:43:08 +02:00
parent 645dd3b0ce
commit a52cb932e9
3 changed files with 18 additions and 2 deletions

View File

@ -83,9 +83,18 @@
"kagi-api-key"
"google-pse-id"
"google-pse-key"
"makemkv-app-key"
];
};
sops.templates."makemkv-settings.conf" = {
owner = config.users.users.${username}.name;
content = ''
app_Key = "${config.sops.placeholder.makemkv-app-key}"
sdf_Stop = ""
'';
};
sops.templates."open-webui-secrets.env".content = ''
KAGI_SEARCH_API_KEY=${config.sops.placeholder.kagi-api-key}
GOOGLE_PSE_ENGINE_ID=${config.sops.placeholder.google-pse-id}