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.