change domain to tux.rs

This commit is contained in:
2024-07-30 01:44:33 +05:30
parent 031bb7163c
commit 13c03b974b
8 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
nginx = {
enable = lib.mkForce true;
virtualHosts = {
"grafana.0xtux.com" = {
"grafana.tux.rs" = {
forceSSL = true;
enableACME = true;
locations = {

View File

@ -42,7 +42,7 @@
nginx = {
enable = lib.mkForce true;
virtualHosts = {
"loki.0xtux.com" = {
"loki.tux.rs" = {
forceSSL = true;
enableACME = true;
locations = {

View File

@ -12,7 +12,7 @@
};
clients = [
{
url = "https://loki.0xtux.com/loki/api/v1/push";
url = "https://loki.tux.rs/loki/api/v1/push";
}
];
scrape_configs = [