[NixOS] Add networking host name for uber-loaner

This commit is contained in:
2018-06-17 03:27:30 -07:00
parent ed2c96fc70
commit 9bba138c8f

View File

@@ -28,6 +28,7 @@
fsType = "tmpfs";
};
networking.hostName = "uber-loaner";
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 4;