Former-commit-id: 4bec772eb2
This commit is contained in:
Hadi
2024-06-20 12:10:00 +02:00
parent 65f8fcc926
commit 0263e08415

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }: {
nginx.virtualHosts."home.anotherhadi.com" = {
services.nginx.virtualHosts."home.anotherhadi.com" = {
enableACME = true;
root = pkgs.stdenv.mkDerivation {
name = "homepage";