diff --git a/flake.nix b/flake.nix index 24226cf3..c37cb0ad 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ # Generic Images / ISOs "albert@nixos-rpi4-img" = libx.mkHome { hostname = "nixos-rpi4-img"; platform = "aarch64-linux"; }; # Virtual Machines - "albert@nixos-vm-01" = lix.mkHome { hostname = "nixos-vm-01"; }; + "albert@nixos-vm-01" = libx.mkHome { hostname = "nixos-vm-01"; }; # Physical Machines "albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; desktop = "hyprland"; theme = "gruvbox"; }; "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "gruvbox"; };