From dc63d6770e8c90927fe903bd6e24971b1f72ec8e Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Fri, 20 Jun 2025 21:00:48 -0500 Subject: [PATCH] change domain name to renew cert? --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 73da8c0..38c7dea 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -71,7 +71,7 @@ port = 8080; default-nginx = { enable = true; - hostname = "test.roypository.com"; + hostname = "tests.roypository.com"; }; };