feat (hosts/mystra): taskd
This commit is contained in:
parent
2bbad71636
commit
a7c598fe42
3 changed files with 32 additions and 15 deletions
16
hosts/mystra/nginx.nix
Normal file
16
hosts/mystra/nginx.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."henri-saudubray.fr" = {
|
||||
enableACME = true;
|
||||
# forceSSL = true;
|
||||
root = "/var/www/html";
|
||||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "henri.saudubray@proton.me";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue