test
This commit is contained in:
parent
bccae097f4
commit
04cc46cc7e
1 changed files with 12 additions and 10 deletions
|
@ -35,6 +35,7 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Virtual Machines
|
# Virtual Machines
|
||||||
nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; };
|
nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; };
|
||||||
|
nixos-osaka-vultr-01 = libx.mkHost { hostame = "nixos-osaka-vultr-01"; };
|
||||||
# Physical Machines
|
# Physical Machines
|
||||||
nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
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"; };
|
nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "intel"; theme = "gruvbox"; };
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
# Virtual Machines
|
# Virtual Machines
|
||||||
"albert@nixos-vm-01" = libx.mkHome { hostname = "nixos-vm-01"; };
|
"albert@nixos-vm-01" = libx.mkHome { hostname = "nixos-vm-01"; };
|
||||||
|
"albert@nixos-osaka-vultr-01" = libx.mkHome { hostname = "nixos-osaka-vultr-01"; };
|
||||||
# Physical Machines
|
# Physical Machines
|
||||||
"albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; desktop = "hyprland"; theme = "gruvbox"; };
|
"albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; desktop = "hyprland"; theme = "gruvbox"; };
|
||||||
"albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "gruvbox"; };
|
"albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "gruvbox"; };
|
||||||
|
|
Loading…
Reference in a new issue