Pds, change pds to bluesky-pds
This commit is contained in:
parent
641e226f9b
commit
1de1ba027b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
options.pds = {
|
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; };
|
hostname = lib.mkOption { type = lib.types.str; };
|
||||||
adminEmail = lib.mkOption { type = lib.types.str; };
|
adminEmail = lib.mkOption { type = lib.types.str; };
|
||||||
environmentFile = lib.mkOption { type = lib.types.path; };
|
environmentFile = lib.mkOption { type = lib.types.path; };
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.pds.enable {
|
config = lib.mkIf config.pds.enable {
|
||||||
services.pds = {
|
services.bluesky-pds = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFiles = [ config.pds.environmentFile ];
|
environmentFiles = [ config.pds.environmentFile ];
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue