shared: rename file
This commit is contained in:
parent
6295f18f7c
commit
7583695f78
6 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./transmission.nix
|
||||
../../../shared/node-exporter.nix
|
||||
../../../shared/prometheus-exporters.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,6 +3,6 @@ _: {
|
|||
./blocky.nix
|
||||
./grafana.nix
|
||||
./prometheus.nix
|
||||
../../../shared/node-exporter.nix
|
||||
../../../shared/prometheus-exporters.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,6 +3,6 @@ _: {
|
|||
./adtya.xyz.nix
|
||||
./proofs.nix
|
||||
./wiki.nix
|
||||
../../../shared/node-exporter.nix
|
||||
../../../shared/prometheus-exporters.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
../../../shared/node-exporter.nix
|
||||
../../../shared/prometheus-exporters.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
_: {
|
||||
imports = [ ../../../shared/node-exporter.nix ];
|
||||
imports = [ ../../../shared/prometheus-exporters.nix ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue