services: mealie: switch to unstable
This commit is contained in:
parent
0ed148eb66
commit
287002f787
|
@ -32,6 +32,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.mealie = {
|
services.mealie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.mealie;
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue