diff --git a/hosts/zedd/configuration.nix b/hosts/zedd/configuration.nix index 1356d6c..1f55cbd 100644 --- a/hosts/zedd/configuration.nix +++ b/hosts/zedd/configuration.nix @@ -13,7 +13,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "zedd"; # Define your hostname. networking.networkmanager.enable = true; time.timeZone = "Europe/Oslo"; i18n.defaultLocale = "en_US.UTF-8";