about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eris.nix3
-rw-r--r--machines/devhell/skunkworks.nix4
-rw-r--r--machines/devhell/titan.nix6
3 files changed, 13 insertions, 0 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 2aa83b9f..cce2d6b0 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -31,6 +31,9 @@
     };
   };
 
+  networking.hostName = "eris";
+  networking.networkmanager.enable = true;
+
   fileSystems."/" = {
     device = "/dev/disk/by-uuid/4788e218-db0f-4fd6-916e-e0c484906eb0";
     fsType = "btrfs";
diff --git a/machines/devhell/skunkworks.nix b/machines/devhell/skunkworks.nix
index 04ef71e8..91ed886b 100644
--- a/machines/devhell/skunkworks.nix
+++ b/machines/devhell/skunkworks.nix
@@ -62,6 +62,10 @@
     { device = "/dev/disk/by-uuid/3f1835a8-5587-4963-9b6c-66ecb36059de"; }
   ];
 
+  networking.hostName = "skunkworks";
+  networking.wireless.enable = false;
+  networking.useNetworkd = true;
+
   nix.maxJobs = 8;
 
   i18n = {
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 605fc714..abc640da 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -47,6 +47,12 @@
     { device = "/dev/disk/by-uuid/fecde631-8661-4a0e-88e6-5ce5b551847a"; }
   ];
 
+  networking.hostName = "titan";
+  networking.wireless.enable = true;
+  networking.connman.enable = true;
+  networking.wicd.enable = false;
+  networking.networkmanager.enable = false;
+
   nix = {
     maxJobs = 4;
     extraOptions = ''