mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/personal-computer/syncthing.nix
This commit is contained in:
2026-03-11 17:54:46 +07:00
parent 4a47b2f2d2
commit d800b5b3ab
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ config, lib, ... }:
{
services.syncthing.group = lib.optional config.services.syncthing.enable "users";
}