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
(pkgs.nerd-fonts)
(pkgs.unstable.nerd-fonts)
iosevka
;
};

View file

@ -17,6 +17,7 @@
domain = config.networking.domain;
hostname = config.networking.hostName;
fqdn = "${hostname}.${domain}";
pkg = pkgs.unstable.mealie;
listenAddress = "127.0.0.1";
in {
options.my.services.mealie = let
@ -47,7 +48,7 @@ in {
inherit (cfg) credentialsFile;
enable = true;
package = pkgs.mealie;
package = pkgs.unstable.mealie;
port = cfg.port;
settings = {