chore | formatting
This commit is contained in:
parent
8e5c2504d6
commit
cc2b24df1b
1 changed files with 3 additions and 2 deletions
|
|
@ -33,13 +33,14 @@
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
||||||
colmena = {
|
colmena = {
|
||||||
# colmenaHive = colmena.lib.makeHive {
|
# colmenaHive = colmena.lib.makeHive {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
# ace = import ./hosts/ace/colmena.nix; # Acer C720
|
# ace = import ./hosts/ace/colmena.nix; # Acer C720
|
||||||
book = import ./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme. Storage dead
|
book = import
|
||||||
|
./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme. Storage dead
|
||||||
display = import ./hosts/display/colmena.nix; # Pi4
|
display = import ./hosts/display/colmena.nix; # Pi4
|
||||||
# eve = import ./hosts/eve/colmena.nix; # Google Pixelbook 2017 w/ eMMC.
|
# eve = import ./hosts/eve/colmena.nix; # Google Pixelbook 2017 w/ eMMC.
|
||||||
fred = import ./hosts/fred/colmena.nix;
|
fred = import ./hosts/fred/colmena.nix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue