This commit is contained in:
iFargle 2023-09-20 20:23:22 +09:00
parent 5a77ff9a2c
commit 31c705cb31

View file

@ -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"; };