nemo: set OTEL endpoint globally
This commit is contained in:
parent
b82010faf8
commit
3ef41dd400
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@
|
||||||
v4l-utils
|
v4l-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
OTEL_EXPORTER_OTLP_ENDPOINT = "https://otel.aarn.patagia.net";
|
||||||
|
};
|
||||||
|
|
||||||
programs.coolercontrol.enable = true;
|
programs.coolercontrol.enable = true;
|
||||||
|
|
||||||
users.users.dln = {
|
users.users.dln = {
|
||||||
|
|
Loading…
Reference in a new issue