server/services/syncplay.nix

9 lines
123 B
Nix
Raw Normal View History

2024-09-24 20:36:31 +01:00
{ config, ... }:
{
services.syncplay = {
enable = true;
passwordFile = config.age.secrets.syncplay.path;
};
}