about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lahmu/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lahmu/networking.nix b/hosts/lahmu/networking.nix
index 05c7d100..1ef69e7c 100644
--- a/hosts/lahmu/networking.nix
+++ b/hosts/lahmu/networking.nix
@@ -10,5 +10,5 @@
   networking.useDHCP = lib.mkDefault true;
   # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
   # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
-  networking.hostName = "mammun";
+  networking.hostName = "lahmu";
 }