From 5866a9df035f8cbfe05379e771793ff493517389 Mon Sep 17 00:00:00 2001 From: Luke Clifton Date: Sun, 28 Dec 2014 13:23:10 +0800 Subject: added group --- nixos/modules/services/networking/btsync.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/networking/btsync.nix b/nixos/modules/services/networking/btsync.nix index f1bf5a5e3f9c..da8564774e6a 100644 --- a/nixos/modules/services/networking/btsync.nix +++ b/nixos/modules/services/networking/btsync.nix @@ -249,6 +249,10 @@ in group = "btsync"; }; + users.extraGroups = [ + { name = "btsync"; + }]; + systemd.services.btsync = with pkgs; { description = "Bittorrent Sync Service"; wantedBy = [ "multi-user.target" ]; -- cgit 1.4.1