mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds syncplay server
This commit is contained in:
parent
5f51d917f2
commit
10c138960a
1 changed files with 7 additions and 0 deletions
7
modules/services/syncplay.nix
Normal file
7
modules/services/syncplay.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.syncplay = {
|
||||
enable = true;
|
||||
passwordFile = config.sops.secrets.syncplay.path;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue