heimdall: Allow caddy to get certificates
This commit is contained in:
parent
9be4946bb7
commit
2d030921ff
1 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,10 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
tailscale.enable = true;
|
tailscale = {
|
||||||
|
enable = true;
|
||||||
|
permitCertUid = "caddy";
|
||||||
|
};
|
||||||
|
|
||||||
caddy = {
|
caddy = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
Loading…
Reference in a new issue