Compare commits

..

No commits in common. "9125e8b170a8517112e6c8bf5d368ce2c2bd6deb" and "bd9e8a79d45e8886dde057f20a0e6b05b7dc3152" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ in {
; ;
inherit inherit
(pkgs.nerd-fonts) (pkgs.unstable.nerd-fonts)
iosevka iosevka
; ;
}; };

View file

@ -17,6 +17,7 @@
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
@ -47,7 +48,7 @@ in {
inherit (cfg) credentialsFile; inherit (cfg) credentialsFile;
enable = true; enable = true;
package = pkgs.mealie; package = pkgs.unstable.mealie;
port = cfg.port; port = cfg.port;
settings = { settings = {