Try to get caddy-tailscale working.
This commit is contained in:
parent
3b468c9e7f
commit
0ccb130a31
5 changed files with 124 additions and 93 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue