Add home manager to colmena

This commit is contained in:
pazpi 2026-02-10 20:56:23 +01:00
parent 96e3db4a8b
commit 58a8ff88d5
No known key found for this signature in database
32 changed files with 245 additions and 189 deletions

View file

@ -154,7 +154,7 @@ in
domainsList = [
{
domain = p.domains.public;
email = p.email;
email = p.personal.email;
cloudflareApiKeyFile = config.age.secrets.cloudflare-pasetto-apiKey.path;
}
];