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;