mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Initial setup of bigboy dual booted
This commit is contained in:
parent
11107ba787
commit
7292d10cd6
5 changed files with 262 additions and 9 deletions
18
flake.nix
18
flake.nix
|
|
@ -182,15 +182,15 @@
|
|||
|
||||
# NixOS hosts
|
||||
nixosConfigurations = {
|
||||
# bigboy = nixosHostConfig {
|
||||
# system = "x86_64-linux";
|
||||
# hostname = "bigbox";
|
||||
# username = "gene";
|
||||
# additionalModules = [
|
||||
# nixos-hardware.nixosModules.lenovo-thinkpad-p52
|
||||
# ];
|
||||
# additionalSpecialArgs = {};
|
||||
# };
|
||||
bigboy = nixosHostConfig {
|
||||
system = "x86_64-linux";
|
||||
hostname = "bigboy";
|
||||
username = "gene";
|
||||
additionalModules = [
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-p52
|
||||
];
|
||||
additionalSpecialArgs = {};
|
||||
};
|
||||
hetznix01 = nixosHostConfig {
|
||||
system = "aarch64-linux";
|
||||
hostname = "hetznix01";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue