headscale
This commit is contained in:
parent
26b5a32ab1
commit
3daa817aad
6 changed files with 120 additions and 38 deletions
9
mod/server/security.nix
Normal file
9
mod/server/security.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
security = {
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "acme@henri-dohmen.de";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue