added group
This commit is contained in:
parent
ed7929942b
commit
c53f532725
@ -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…
x
Reference in New Issue
Block a user