diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index 71c9179..dd11238 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -92,6 +92,11 @@ services.nginx = { enable = true; virtualHosts = { + "priime.dev" = { + forceSSL = true; + enableACME = true; + locations."/".root = "/home/priime/site/build"; + }; "files.priime.dev" = { forceSSL = true; enableACME = true;