Home

infra @af7235fb242ee2daa4dd52d3e0c42ddb4bcaaa6c - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
infra / dragonwell / atproto.nix
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{ config, ... }:
{
  age.secrets.pds.file = ../secrets/pds.age;
  services.bluesky-pds = {
    enable = true;
    pdsadmin.enable = true;
    settings = {
      PDS_PORT = 2759;
      PDS_HOSTNAME = "pds.jolheiser.com";
    };
    environmentFiles = [
      config.age.secrets.pds.path
    ];
  };
}