Ente Photos: Difference between revisions
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.nginx = { | |||
enable = true; | |||
virtualHosts."photos.example.com" = { | |||
enableACME = true; | |||
forceSSL = true; | |||
root = pkgs.ente-web; | |||
}; | |||
}; | |||
</syntaxhighlight> | </syntaxhighlight> | ||