diff --git a/flake.nix b/flake.nix index 26cabf47..0e8360b4 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ nixosConfigurations = { # Virtual Machines nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; - nixos-osaka-vultr-01 = libx.mkHost { hostame = "nixos-osaka-vultr-01"; }; + nixos-osaka-vultr-01 = libx.mkHost { hostname = "nixos-osaka-vultr-01"; }; # Physical Machines nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; }; nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };