Update
This commit is contained in:
parent
5bdbfb3a5f
commit
4bec772eb2
@ -1,5 +1,5 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nginx.virtualHosts."home.anotherhadi.com" = {
|
services.nginx.virtualHosts."home.anotherhadi.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = pkgs.stdenv.mkDerivation {
|
root = pkgs.stdenv.mkDerivation {
|
||||||
name = "homepage";
|
name = "homepage";
|
||||||
|
Loading…
Reference in New Issue
Block a user