Added btsync group to btsync user

This commit is contained in:
Luke Clifton 2014-12-28 13:17:37 +08:00 committed by Peter Simons
parent d5457d7229
commit ed7929942b

View File

@ -246,6 +246,7 @@ in
home = "/var/lib/btsync"; home = "/var/lib/btsync";
createHome = true; createHome = true;
uid = config.ids.uids.btsync; uid = config.ids.uids.btsync;
group = "btsync";
}; };
systemd.services.btsync = with pkgs; { systemd.services.btsync = with pkgs; {