mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
change domain to tux.rs
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
nginx = {
|
||||
enable = lib.mkForce true;
|
||||
virtualHosts = {
|
||||
"grafana.0xtux.com" = {
|
||||
"grafana.tux.rs" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
|
@ -42,7 +42,7 @@
|
||||
nginx = {
|
||||
enable = lib.mkForce true;
|
||||
virtualHosts = {
|
||||
"loki.0xtux.com" = {
|
||||
"loki.tux.rs" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
|
@ -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 = [
|
||||
|
Reference in New Issue
Block a user