nixos/resilio: set rslsync gid

This commit is contained in:
Jake Hillion 2024-10-23 23:19:08 +01:00 committed by Hillion nixpkgs Updater
parent 23e89b7da8
commit 6306f51fa5

View File

@ -272,7 +272,7 @@ in
group = "rslsync";
};
users.groups.rslsync = {};
users.groups.rslsync.gid = config.ids.gids.rslsync;
systemd.services.resilio = with pkgs; {
description = "Resilio Sync Service";