mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
pkgs/homer: deprecate and use official
This commit is contained in:
parent
5227d0d4bb
commit
59aa5e89ed
3 changed files with 2 additions and 18 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue