services: mealie: use stable package
This commit is contained in:
parent
bd9e8a79d4
commit
b47e91e44d
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
domain = config.networking.domain;
|
domain = config.networking.domain;
|
||||||
hostname = config.networking.hostName;
|
hostname = config.networking.hostName;
|
||||||
fqdn = "${hostname}.${domain}";
|
fqdn = "${hostname}.${domain}";
|
||||||
pkg = pkgs.unstable.mealie;
|
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
in {
|
in {
|
||||||
options.my.services.mealie = let
|
options.my.services.mealie = let
|
||||||
|
|
@ -48,7 +47,7 @@ in {
|
||||||
inherit (cfg) credentialsFile;
|
inherit (cfg) credentialsFile;
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.mealie;
|
package = pkgs.mealie;
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue