Files

15 lines
300 B
Nix
Raw Permalink Normal View History

2026-01-22 18:42:41 -05:00
{config, ...}:
{
services.bluesky-pds = {
enable = true;
environmentFiles = [ "/root/pds_environment" ];
settings = {
PDS_PORT = 3001;
PDS_HOSTNAME = "pds.tty.garden";
PDS_ADMIN_EMAIL = "nickmcdaniel00@gmail.com";
};
};
}