diff --git a/hosts/ksios/configuration.nix b/hosts/ksios/configuration.nix index 74be4ea..5a7ddcf 100644 --- a/hosts/ksios/configuration.nix +++ b/hosts/ksios/configuration.nix @@ -20,7 +20,7 @@ hardware.enableAllFirmware = true; networking = { - hostName = "ksios"; # Define your hostname. + hostName = "ksiOS"; # Define your hostname. networkmanager.enable = true; # Easiest to use and most distros use this by default. };