diff --git a/nixos/hosts/ioides/configuration.nix b/nixos/hosts/ioides/configuration.nix index 8600391..ad0c7df 100644 --- a/nixos/hosts/ioides/configuration.nix +++ b/nixos/hosts/ioides/configuration.nix @@ -34,7 +34,12 @@ neededForBoot = false; }; - networking.hostName = "ioides"; + networking = { + hostName = "ioides"; + hosts = { + "10.0.0.39" = [ "near" "near.local" ]; + }; + }; services = { xserver.videoDrivers = [ "nvidia" ];