Added back eko- to alloy

This commit is contained in:
2025-07-01 23:09:22 +03:00
parent afeeffea30
commit a161ce0075

View File

@@ -69,7 +69,7 @@
loki.enable = true;
services.alloy.enable = true;
environment.etc = {
"alloy/config.alloy".text = builtins.readFile ./eko-config.alloy;
"alloy/eko-config.alloy".text = builtins.readFile ./eko-config.alloy;
};
};