Update dingserver

This commit is contained in:
2022-04-07 02:20:40 +00:00
parent 5f658a3efa
commit a9c0cc8c1c
5 changed files with 30 additions and 59 deletions

View File

@@ -0,0 +1,6 @@
{ config, pkgs, lib, ... }:
{
services.syncthing = {
enable = true;
};
}