mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
added group
This commit is contained in:
parent
fabcc2cf7b
commit
5866a9df03
@ -249,6 +249,10 @@ in
|
|||||||
group = "btsync";
|
group = "btsync";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.extraGroups = [
|
||||||
|
{ name = "btsync";
|
||||||
|
}];
|
||||||
|
|
||||||
systemd.services.btsync = with pkgs; {
|
systemd.services.btsync = with pkgs; {
|
||||||
description = "Bittorrent Sync Service";
|
description = "Bittorrent Sync Service";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user