diff options
author | lassulus <lass@aidsballs.de> | 2015-10-09 01:08:27 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-09 01:08:27 +0200 |
commit | e4b27b52864cd40367b28c9967f1e375988a5445 (patch) | |
tree | 822f7c977da32827f1b3e77d12303226d4cdacd8 | |
parent | 45acff36265352e168928399957241abf4eb0dc1 (diff) |
lass 1 echelon: get hostName from build.host.name
-rw-r--r-- | lass/1systems/echelon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |