From e9d22948eef14c5552d39384347d416287b11878 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 4 Oct 2023 19:52:17 +0900 Subject: [PATCH] Test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8477501e..f9857714 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ in { nixosConfigurations = { # Virtual Machines - osaka-vultr-01 = lib.mkMinHost { hostname = "osaka-vultr-01"; }; + osaka-vultr-01 = libx.mkMinHost { hostname = "osaka-vultr-01"; }; nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; }; # Physical Machines