mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/personal-computer/syncthing.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
services.syncthing.group = lib.mkIf config.services.syncthing.enable "users";
|
||||
services.syncthing.group = lib.mkIf config.services.syncthing.enable (lib.mkForce "users");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user