From 6a74dac9a4df0a1823d8ecf30d9c1cb6098f83b4 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 23 Aug 2025 15:44:57 -0500 Subject: [PATCH] revert --- nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 22a0dc7..37c03ee 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -79,7 +79,7 @@ credentialsFile = config.sops.secrets."tests-service".path; default-nginx = { enable = true; - hostname = "dummy.roypository.com"; + hostname = "test.roypository.com"; }; }; @@ -102,7 +102,7 @@ default-nginx = { enable = true; - hostname = "img.roypository.com"; + hostname = "imgs.roypository.com"; }; };