flask.nix | add harware info for pocket2 + dragon
This commit is contained in:
parent
2e67f63b04
commit
02d7267e5e
1 changed files with 6 additions and 3 deletions
|
|
@ -27,8 +27,8 @@
|
|||
{
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||
./hosts/loki/hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||
];
|
||||
};
|
||||
smaug = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
{
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
./hosts/smaug/hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
];
|
||||
};
|
||||
pocket2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -46,6 +46,7 @@
|
|||
networking.hostName = "pocket2";
|
||||
}
|
||||
./hosts/pocket2/hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.gpd.pocket-3
|
||||
];
|
||||
};
|
||||
dragon = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -54,6 +55,8 @@
|
|||
networking.hostName = "dragon";
|
||||
}
|
||||
./hosts/dragon/hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.common.pc.laptop
|
||||
inputs.nixos-hardware.nixosModules.common.pc.laptop.ssd
|
||||
];
|
||||
};
|
||||
eve = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -61,8 +64,8 @@
|
|||
{
|
||||
networking.hostName = "eve";
|
||||
}
|
||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||
./hosts/eve/hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||
];
|
||||
};
|
||||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue