[NixOS] Add networking host name for uber-loaner

This commit is contained in:
Ivan Malison 2018-06-17 03:27:30 -07:00
parent ed2c96fc70
commit 9bba138c8f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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