diff --git a/systems/oryp6.nix b/systems/oryp6.nix index c2544d9..08eb1ce 100644 --- a/systems/oryp6.nix +++ b/systems/oryp6.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { + # Name your host machine + networking.hostName = "oryp6"; + # NVIDIA services.xserver.videoDrivers = [ "nvidia" ]; hardware.opengl.enable = true;