shared: rename file

This commit is contained in:
Adithya 2024-07-18 23:15:30 +05:30
parent 6295f18f7c
commit 7583695f78
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
6 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
_: {
imports = [
./transmission.nix
../../../shared/node-exporter.nix
../../../shared/prometheus-exporters.nix
];
}

View file

@ -3,6 +3,6 @@ _: {
./blocky.nix
./grafana.nix
./prometheus.nix
../../../shared/node-exporter.nix
../../../shared/prometheus-exporters.nix
];
}

View file

@ -3,6 +3,6 @@ _: {
./adtya.xyz.nix
./proofs.nix
./wiki.nix
../../../shared/node-exporter.nix
../../../shared/prometheus-exporters.nix
];
}

View file

@ -1,5 +1,5 @@
_: {
imports = [
../../../shared/node-exporter.nix
../../../shared/prometheus-exporters.nix
];
}

View file

@ -1,3 +1,3 @@
_: {
imports = [ ../../../shared/node-exporter.nix ];
imports = [ ../../../shared/prometheus-exporters.nix ];
}