test
This commit is contained in:
parent
2e5d07d77b
commit
0d1d175f08
1 changed files with 3 additions and 3 deletions
|
@ -34,15 +34,15 @@
|
||||||
};
|
};
|
||||||
# Testing ARM NixOS
|
# Testing ARM NixOS
|
||||||
nixos-rpi-01 = libx.mkHost {
|
nixos-rpi-01 = libx.mkHost {
|
||||||
hostname = "nixos-rpi-01"; username = "albert"; platform = "";
|
hostname = "nixos-rpi-01"; username = "albert"; platform = "aarch64-linux";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"albert@nixos-laptop" = libx.mkHome {
|
"albert@nixos-laptop" = libx.mkHome {
|
||||||
hostname = "nixos-laptop"; username = "albert"; desktop = "hyprland"; theme = "gruvbox";
|
hostname = "nixos-laptop"; username = "albert"; desktop = "hyprland"; theme = "gruvbox";
|
||||||
};
|
};
|
||||||
"albert@nixos-desktop" = libx.mkHome {
|
"albert@nixos-rpi-01" = libx.mkHome {
|
||||||
hostname = "nixos-desktop"; username = "albert"; desktop = "gnome"; theme = "gruvbox";
|
hostname = "nixos-rpi-01"; username = "albert";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue