nixos/resilio: set rslsync gid (#350055)

authored by Arne Keller and committed by GitHub e8836252 a4e1cfcc

+1 -1
+1 -1
nixos/modules/services/networking/resilio.nix
··· 272 272 group = "rslsync"; 273 273 }; 274 274 275 - users.groups.rslsync = {}; 275 + users.groups.rslsync.gid = config.ids.gids.rslsync; 276 276 277 277 systemd.services.resilio = with pkgs; { 278 278 description = "Resilio Sync Service";