Gonna add pixelfed soon

This commit is contained in:
Jimbo 2024-09-09 17:07:24 -04:00
parent 513719b2a0
commit b2b1df3cda
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{outputs, ...}: {
services.pixelfed = {
enable = true;
domain = "pixelfed.${outputs.secrets.jimDomain}";
};
}