flake.nix | disable pi + formating
This commit is contained in:
parent
b60e4ba617
commit
bbbc6d0897
1 changed files with 2 additions and 3 deletions
|
|
@ -39,18 +39,17 @@
|
|||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
# 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.
|
||||
display = import ./hosts/display/colmena.nix; # Pi4
|
||||
# eve = import ./hosts/eve/colmena.nix; # Google Pixelbook 2017 w/ eMMC.
|
||||
fred = import ./hosts/fred/colmena.nix;
|
||||
loki = import ./hosts/loki/colmena.nix;
|
||||
# pi1 = import ./hosts/pi1/colmena.nix;
|
||||
# pocket2 = import ./hosts/pocket2/colmena.nix;
|
||||
smaug = import ./hosts/smaug/colmena.nix;
|
||||
w1 = import ./hosts/w1/colmena.nix;
|
||||
# w2 = import ./hosts/w2/colmena.nix;
|
||||
# t2 = import ./hosts/t2/colmena.nix;
|
||||
pi1 = import ./hosts/pi1/colmena.nix;
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue