forked from mirrors/nixpkgs
nixos/rygel: link rygel.conf
Fixes https://github.com/NixOS/nixpkgs/issues/83108. In the future we should make this configurable.
This commit is contained in:
parent
5f51c52660
commit
b3ef282fd5
|
@ -26,5 +26,7 @@ with lib;
|
|||
services.dbus.packages = [ pkgs.gnome3.rygel ];
|
||||
|
||||
systemd.packages = [ pkgs.gnome3.rygel ];
|
||||
|
||||
environment.etc."rygel.conf" = "${pkgs.gnome3.rygel}/etc/rygel.conf";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue