added group

This commit is contained in:
Luke Clifton 2014-12-28 13:23:10 +08:00
parent fabcc2cf7b
commit 5866a9df03

View File

@ -249,6 +249,10 @@ in
group = "btsync";
};
users.extraGroups = [
{ name = "btsync";
}];
systemd.services.btsync = with pkgs; {
description = "Bittorrent Sync Service";
wantedBy = [ "multi-user.target" ];