From a6b8e6a60ae48fb39ddb17fec97d6540e400dff3 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Fri, 21 Oct 2022 01:14:30 +0200 Subject: [PATCH] changed hostname --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7cb5484..0acc144 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,7 +33,7 @@ boot.initrd.luks.devices."luks-295faf7a-fbd9-43a7-b8c2-6c2bddbb40d3".device = "/dev/disk/by-uuid/295faf7a-fbd9-43a7-b8c2-6c2bddbb40d3"; boot.initrd.luks.devices."luks-295faf7a-fbd9-43a7-b8c2-6c2bddbb40d3".keyFile = "/crypto_keyfile.bin"; - networking.hostName = "uwuntux"; # Define your hostname. + networking.hostName = "nixtux"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary