mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
12 lines
No EOL
189 B
Nix
12 lines
No EOL
189 B
Nix
{config, ...}:
|
|
{
|
|
services.pds = {
|
|
enable = true;
|
|
pdsadmin.enable = true;
|
|
environmentFiles = [];
|
|
settings = {
|
|
"PDS_HOSTNAME" = "pds.rougebordeaux.xyz";
|
|
|
|
};
|
|
};
|
|
} |