mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
feat: mise à jour des dépendances et ajout de nouvelles fonctionnalités dans la configuration Nix
This commit is contained in:
parent
5ef6dabdd8
commit
2d26165acc
7 changed files with 367 additions and 125 deletions
12
hosts/diva/features/bsky-pds.nix
Normal file
12
hosts/diva/features/bsky-pds.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{config, ...}:
|
||||
{
|
||||
services.pds = {
|
||||
enable = true;
|
||||
pdsadmin.enable = true;
|
||||
environmentFiles = [];
|
||||
settings = {
|
||||
"PDS_HOSTNAME" = "pds.rougebordeaux.xyz";
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue