fix(amd): opencode

This commit is contained in:
Harald Hoyer 2026-05-03 16:03:57 +02:00
parent 8b205ea9f1
commit 0d5fb73022
2 changed files with 10 additions and 1 deletions

View file

@ -8,4 +8,12 @@
};
metacfg.services.acmeBase.credentialsFile = config.sops.secrets.internetbs.path;
security.acme.certs = {
"amd.hoyer.world" = {
extraDomainNames = [
"opencode.amd.hoyer.world"
];
};
};
}