flask.nix | add harware info for pocket2 + dragon

This commit is contained in:
Don Harper 2023-10-04 07:59:41 -05:00
parent 2e67f63b04
commit 02d7267e5e

View file

@ -27,8 +27,8 @@
{ {
networking.hostName = "loki"; networking.hostName = "loki";
} }
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
./hosts/loki/hardware-configuration.nix ./hosts/loki/hardware-configuration.nix
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
]; ];
}; };
smaug = inputs.nixpkgs.lib.nixosSystem { smaug = inputs.nixpkgs.lib.nixosSystem {
@ -36,8 +36,8 @@
{ {
networking.hostName = "smaug"; networking.hostName = "smaug";
} }
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
./hosts/smaug/hardware-configuration.nix ./hosts/smaug/hardware-configuration.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
]; ];
}; };
pocket2 = inputs.nixpkgs.lib.nixosSystem { pocket2 = inputs.nixpkgs.lib.nixosSystem {
@ -46,6 +46,7 @@
networking.hostName = "pocket2"; networking.hostName = "pocket2";
} }
./hosts/pocket2/hardware-configuration.nix ./hosts/pocket2/hardware-configuration.nix
inputs.nixos-hardware.nixosModules.gpd.pocket-3
]; ];
}; };
dragon = inputs.nixpkgs.lib.nixosSystem { dragon = inputs.nixpkgs.lib.nixosSystem {
@ -54,6 +55,8 @@
networking.hostName = "dragon"; networking.hostName = "dragon";
} }
./hosts/dragon/hardware-configuration.nix ./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 { eve = inputs.nixpkgs.lib.nixosSystem {
@ -61,8 +64,8 @@
{ {
networking.hostName = "eve"; networking.hostName = "eve";
} }
inputs.nixos-hardware.nixosModules.google-pixelbook
./hosts/eve/hardware-configuration.nix ./hosts/eve/hardware-configuration.nix
inputs.nixos-hardware.nixosModules.google-pixelbook
]; ];
}; };
vm2 = inputs.nixpkgs.lib.nixosSystem { vm2 = inputs.nixpkgs.lib.nixosSystem {