Pds, change pds to bluesky-pds

This commit is contained in:
Julia Lange 2025-09-15 10:42:36 -07:00
parent 641e226f9b
commit 1de1ba027b
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ

View file

@ -2,14 +2,14 @@
{
options.pds = {
enable = lib.mkEnableOption "Enables atproto Personal Data Server";
enable = lib.mkEnableOption "Enables atproto (blueksy) Personal Data Server";
hostname = lib.mkOption { type = lib.types.str; };
adminEmail = lib.mkOption { type = lib.types.str; };
environmentFile = lib.mkOption { type = lib.types.path; };
};
config = lib.mkIf config.pds.enable {
services.pds = {
services.bluesky-pds = {
enable = true;
environmentFiles = [ config.pds.environmentFile ];
settings = {