mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
resilio: fix a list being assigned to the option config.users.groups
This commit is contained in:
parent
4726a8f2d4
commit
02c2c864d1
@ -244,7 +244,7 @@ in
|
||||
group = "rslsync";
|
||||
};
|
||||
|
||||
users.groups = [ { name = "rslsync"; } ];
|
||||
users.groups.rslsync = {};
|
||||
|
||||
systemd.services.resilio = with pkgs; {
|
||||
description = "Resilio Sync Service";
|
||||
|
Loading…
Reference in New Issue
Block a user