From 52012a2e4e1f8e36e600501635ef9218e490bb59 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 17 Jun 2024 20:54:40 -0400 Subject: [PATCH] Changed hostname to randolph. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e3402da..9cefd60 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,7 +24,7 @@ # Enable flakes. nix = { settings.experimental-features = [ "nix-command" "flakes" ]; }; - networking.hostName = "oyvoLaptop"; # Define your hostname. + networking.hostName = "randolph"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.