From 504d48d19b448203f8f1a59b2c1e3580908ad8c4 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 20 Feb 2023 11:06:12 +0100 Subject: Fix(hosts): Use correct names and add mammun --- hosts/apzu/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/apzu') diff --git a/hosts/apzu/networking.nix b/hosts/apzu/networking.nix index d50b3af1..9a780fff 100644 --- a/hosts/apzu/networking.nix +++ b/hosts/apzu/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 = "Tiamat"; + networking.hostName = "apzu"; } -- cgit 1.4.1