Added btsync group to btsync user
This commit is contained in:
parent
8bfd6af9ed
commit
fabcc2cf7b
@ -246,6 +246,7 @@ in
|
||||
home = "/var/lib/btsync";
|
||||
createHome = true;
|
||||
uid = config.ids.uids.btsync;
|
||||
group = "btsync";
|
||||
};
|
||||
|
||||
systemd.services.btsync = with pkgs; {
|
||||
|
Loading…
Reference in New Issue
Block a user