From 31c705cb312ce68e2f4991f9ff3b66521d1d7bb7 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Sep 2023 20:23:22 +0900 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };