Add back Lemmy also
This commit is contained in:
parent
bba4e01a2b
commit
cb8cca6828
4 changed files with 31 additions and 0 deletions
7
modules/system/services/server/lemmy/nginx/default.nix
Normal file
7
modules/system/services/server/lemmy/nginx/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."lemmy.nixfox.ca" = lib.mkIf config.services.lemmy.enable {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue