From 2e83752f6114039d12db78876eff30d9ccd8e99b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 14 Sep 2024 22:20:00 +0200 Subject: [PATCH] fix: ksios -> ksiOS to make updating flake better --- hosts/ksios/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. };