3
0
Fork 0
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:
worldofpeace 2020-03-26 10:37:25 -04:00
parent 5f51c52660
commit b3ef282fd5

View file

@ -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";
};
}