flake.nix | added comments
This commit is contained in:
parent
9a271e3d45
commit
ab0abb28bb
1 changed files with 4 additions and 4 deletions
|
|
@ -42,12 +42,12 @@
|
||||||
book = import ./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme.
|
book = import ./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme.
|
||||||
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; # acer server
|
||||||
loki = import ./hosts/loki/colmena.nix;
|
loki = import ./hosts/loki/colmena.nix; # Dell XPS 13
|
||||||
# pi1 = import ./hosts/pi1/colmena.nix;
|
# pi1 = import ./hosts/pi1/colmena.nix;
|
||||||
# pocket2 = import ./hosts/pocket2/colmena.nix;
|
# pocket2 = import ./hosts/pocket2/colmena.nix;
|
||||||
smaug = import ./hosts/smaug/colmena.nix;
|
smaug = import ./hosts/smaug/colmena.nix; # Thinkpad x260
|
||||||
w1 = import ./hosts/w1/colmena.nix;
|
w1 = import ./hosts/w1/colmena.nix; # Hetzner VPS
|
||||||
# w2 = import ./hosts/w2/colmena.nix;
|
# w2 = import ./hosts/w2/colmena.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue