From c167c740a8ccd5e1444ad0a202a85cfd07a9e4d5 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 29 Nov 2024 00:06:22 -0800 Subject: [PATCH] fix: correct hostname for cassini --- hosts/cassini/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cassini/configuration.nix b/hosts/cassini/configuration.nix index 32952d2..5fc69a0 100755 --- a/hosts/cassini/configuration.nix +++ b/hosts/cassini/configuration.nix @@ -7,7 +7,7 @@ ... }: { - networking.hostName = "adrastea"; # Define your hostname. + networking.hostName = "cassini"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone.