feat: adds syncplay server

This commit is contained in:
Ahwx 2025-09-19 12:25:33 +02:00
parent 5f51d917f2
commit 10c138960a

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
services.syncplay = {
enable = true;
passwordFile = config.sops.secrets.syncplay.path;
};
}