feat: added https to website
This commit is contained in:
parent
f0a030c44a
commit
d90622efcc
2 changed files with 37 additions and 4 deletions
|
|
@ -36,9 +36,11 @@
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
# Enable the volpe service
|
||||
services.volpe = {
|
||||
enable = true;
|
||||
domain = "69.61.19.180";
|
||||
domain = "blog.jan-leila.com";
|
||||
extraDomains = ["volpe.jan-leila.com"];
|
||||
enableACME = true;
|
||||
acmeEmail = "leyla@jan-leila.com";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue