Gonna add pixelfed soon
This commit is contained in:
parent
513719b2a0
commit
b2b1df3cda
3 changed files with 7 additions and 0 deletions
6
nixos/server/pixelfed.nix
Normal file
6
nixos/server/pixelfed.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{outputs, ...}: {
|
||||
services.pixelfed = {
|
||||
enable = true;
|
||||
domain = "pixelfed.${outputs.secrets.jimDomain}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue