diff options
author | lassulus <lass@aidsballs.de> | 2015-09-18 03:02:22 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-09-18 03:02:22 +0200 |
commit | 317d756c59b2b95d5e48cda4a27f8effdbb67095 (patch) | |
tree | 54d06c75ca420454cf0af8785b154296976e6109 /lass | |
parent | 5182561a19f0e1b4852a08d5b377de959af8421d (diff) |
lass 1 echelon: use correct hostname
Diffstat (limited to 'lass')
-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 31a5ed068..92976366f 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -40,6 +40,6 @@ in { }; }; - networking.hostName = "cloudkrebs"; + networking.hostName = "echelon"; } |