use alt subdomain

This commit is contained in:
2025-08-23 15:39:53 -05:00
parent 3f6f6f3406
commit d5fbd8c289
+1 -6
View File
@@ -70,11 +70,6 @@
enableACME = true;
acmeRoot = null;
};
virtualHosts."dummy.roypository.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
};
};
# Declare test service manually
@@ -84,7 +79,7 @@
credentialsFile = config.sops.secrets."tests-service".path;
default-nginx = {
enable = true;
hostname = "tests.roypository.com";
hostname = "dummy.roypository.com";
};
};