This commit is contained in:
twoneis 2025-02-06 18:53:28 +01:00
parent 3e96b08562
commit 704cf3e2af

View file

@ -1,10 +1,10 @@
{ lib, config, pkgs, ... }: let
{ lib, config, ... }: let
inherit (lib) mkIf;
inherit (config) conf;
in mkIf conf.website.enable {
services.nginx.virtualHosts = {
"twoneis.site" = {
servername = "twoneis.site";
serverName = "twoneis.site";
forceSSL = false;
locations = {
"/" = {