Try to get caddy-tailscale working.

This commit is contained in:
Nolan Darilek 2024-12-23 18:19:55 -06:00
parent 3b468c9e7f
commit 0ccb130a31
5 changed files with 124 additions and 93 deletions

View file

@ -1,9 +1,14 @@
{ config, pkgs, ... }:
{
config,
pkgs,
inputs,
...
}:
{
services.caddy = {
enable = true;
package = pkgs.callPackage ../pkgs/caddy.nix { };
package = inputs.caddy.packages.${pkgs.stdenv.hostPlatform.system}.default;
email = "nolan@thewordnerd.info";
};
age.secrets.tsAuthKey = {