11 lines
160 B
Nix
11 lines
160 B
Nix
{...}: {
|
|
services.caddy = {
|
|
enable = true;
|
|
extraConfig = ''
|
|
(tailscale) {
|
|
tls internal
|
|
bind 100.73.96.48
|
|
}
|
|
'';
|
|
};
|
|
}
|