mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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 New Issue
Block a user