monitoring: switch to production subdomain
This commit is contained in:
parent
13b3baa805
commit
28c00529bb
|
@ -73,7 +73,7 @@
|
||||||
monitoring = {
|
monitoring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useACME = true;
|
useACME = true;
|
||||||
domain = "monitoring-test.${config.networking.domain}";
|
domain = "monitoring.${config.networking.domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue