3
0
Fork 0
forked from mirrors/nixpkgs

resilio: fix a list being assigned to the option config.users.groups

This commit is contained in:
Jesper Geertsen Jonsson 2020-03-02 17:06:26 +01:00 committed by Austin Seipp
parent 4726a8f2d4
commit 02c2c864d1

View file

@ -244,7 +244,7 @@ in
group = "rslsync";
};
users.groups = [ { name = "rslsync"; } ];
users.groups.rslsync = {};
systemd.services.resilio = with pkgs; {
description = "Resilio Sync Service";