about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 11:29:27 +0100
committerene <ene@sils.li>2023-02-21 11:29:27 +0100
commitfab382f1b55a54600512619f3a7592b06e8185fd (patch)
tree1a0f1510428c6eb06254f9f23f357d54a4adb2fe /hosts
parentFeat(hosts): Add lahmu, a vm host (diff)
downloadnixos-config-fab382f1b55a54600512619f3a7592b06e8185fd.tar.gz
nixos-config-fab382f1b55a54600512619f3a7592b06e8185fd.zip
Fix(hosts): Switch to correct host-name
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";
 }