base/base.nix: correct path of grafana-alloy.nix module

This commit is contained in:
2025-07-06 15:46:04 -07:00
parent 7cf3a9c13b
commit eb297278fe

View File

@@ -6,7 +6,7 @@ let
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILiUy2yjIkdryH7pYMdkCNryy9gceqXJ7bhtMvvpPBIk etorres@xenon"
];
in {
imports = [ ./grafana-alloy ./network.nix ];
imports = [ ./grafana-alloy.nix ./network.nix ];
time.timeZone = "Etc/UTC";