nixos/rigel: Fix evaluation
This commit is contained in:
parent
5bfc1d5110
commit
eb35d21d77
@ -27,6 +27,6 @@ with lib;
|
|||||||
|
|
||||||
systemd.packages = [ pkgs.gnome3.rygel ];
|
systemd.packages = [ pkgs.gnome3.rygel ];
|
||||||
|
|
||||||
environment.etc."rygel.conf" = "${pkgs.gnome3.rygel}/etc/rygel.conf";
|
environment.etc."rygel.conf".source = "${pkgs.gnome3.rygel}/etc/rygel.conf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user