Compare commits

...

2 commits

2 changed files with 2 additions and 3 deletions

View file

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

View file

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