Remove lemmy, wasn't using it

This commit is contained in:
Jimbo 2025-01-01 23:14:44 -05:00
parent b948ee3740
commit 872abb1522
6 changed files with 4 additions and 32 deletions

View file

@ -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."/" = {