Skip to content

Commit

Permalink
Merge pull request #83428 from worldofpeace/rygel-conf
Browse files Browse the repository at this point in the history
nixos/rygel: link rygel.conf
  • Loading branch information
jtojnar committed Mar 26, 2020
2 parents e003ae1 + b3ef282 commit 1aef203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/desktops/gnome3/rygel.nix
Expand Up @@ -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";
};
}

0 comments on commit 1aef203

Please sign in to comment.