base/base.nix: correct path of grafana-alloy.nix module
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user