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