about summary refs log tree commit diff
path: root/machines/devhell/titan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/titan.nix')
-rw-r--r--machines/devhell/titan.nix6
1 files changed, 6 insertions, 0 deletions
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 = ''