From 9bba138c8f0571f390e4249d112017c0879b8947 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 Jun 2018 03:27:30 -0700 Subject: [PATCH] [NixOS] Add networking host name for uber-loaner --- nixos/machines/uber-loaner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/uber-loaner.nix b/nixos/machines/uber-loaner.nix index 0503a71c..fdb17cd1 100644 --- a/nixos/machines/uber-loaner.nix +++ b/nixos/machines/uber-loaner.nix @@ -28,6 +28,7 @@ fsType = "tmpfs"; }; + networking.hostName = "uber-loaner"; swapDevices = [ ]; nix.maxJobs = lib.mkDefault 4;