Changed hostname to randolph.

This commit is contained in:
vorboyvo 2024-06-17 20:54:40 -04:00
parent d858160f5b
commit 52012a2e4e

View file

@ -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.