diff --git a/nixosModules/eko.nix b/nixosModules/eko.nix index da5c048..7474895 100644 --- a/nixosModules/eko.nix +++ b/nixosModules/eko.nix @@ -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; }; };