Test
This commit is contained in:
parent
ae8398e05e
commit
e9d22948ee
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Virtual Machines
|
# 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-01 = libx.mkHost { hostname = "nixos-vm-01"; };
|
||||||
nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
nixos-vm-02 = libx.mkHost { hostname = "nixos-vm-02"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
||||||
# Physical Machines
|
# Physical Machines
|
||||||
|
|
Loading…
Reference in a new issue