flake.nix | added nixos-hardare for eve
This commit is contained in:
parent
df6772eac4
commit
3829c7ecdb
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
eve = lib.nixosSystem {
|
eve = lib.nixosSystem {
|
||||||
modules = [ ./hosts/eve ];
|
modules = [
|
||||||
|
nixos-hardware.nixosModules.google-pixelbook
|
||||||
|
./hosts/eve
|
||||||
|
];
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
loki = lib.nixosSystem {
|
loki = lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue