mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
Added btsync group to btsync user
This commit is contained in:
parent
d5457d7229
commit
ed7929942b
|
@ -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 a new issue