pkgs/homer: deprecate and use official

This commit is contained in:
Felix Buehler 2024-12-08 21:53:29 +01:00
parent 5227d0d4bb
commit 59aa5e89ed
3 changed files with 2 additions and 18 deletions

View file

@ -31,7 +31,8 @@ in
${domain} = {
forceSSL = true;
useACMEHost = domain;
root = pkgs.homer;
# TODO: 25.05 use stable
root = pkgs.unstable.homer;
locations."=/assets/config.yml" = {
alias = pkgs.writeText "homerConfig.yml" (builtins.toJSON homeConfig);
};