Remove lemmy, wasn't using it
This commit is contained in:
parent
b948ee3740
commit
872abb1522
6 changed files with 4 additions and 32 deletions
|
@ -7,8 +7,8 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.${config.domains.p1}";
|
||||
ROOT_URL = "https://git.${config.domains.p1}:443";
|
||||
DOMAIN = "git.${config.domains.p2}";
|
||||
ROOT_URL = "https://git.${config.domains.p2}:443";
|
||||
HTTP_PORT = 3110;
|
||||
SSH_PORT = 2299;
|
||||
START_SSH_SERVER = true;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."git.${config.domains.p1}" = lib.mkIf config.services.forgejo.enable {
|
||||
services.nginx.virtualHosts."git.${config.domains.p2}" = lib.mkIf config.services.forgejo.enable {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue