Test
This commit is contained in:
parent
ae8398e05e
commit
e9d22948ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue