9 lines
123 B
Nix
9 lines
123 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
services.syncplay = {
|
||
|
enable = true;
|
||
|
passwordFile = config.age.secrets.syncplay.path;
|
||
|
};
|
||
|
}
|