From fab382f1b55a54600512619f3a7592b06e8185fd Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 11:29:27 +0100 Subject: Fix(hosts): Switch to correct host-name --- hosts/lahmu/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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"; } -- cgit 1.4.1