diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix
index b301b504a..bf3ca8723 100644
--- a/lass/1systems/echelon.nix
+++ b/lass/1systems/echelon.nix
@@ -44,6 +44,6 @@ in {
     };
   };
 
-  networking.hostName = "echelon";
+  networking.hostName = config.krebs.build.host.name;
 
 }