forked from Bun/nixos-config
Does this even work??
This commit is contained in:
parent
7aa39a1110
commit
4e145a70d9
5 changed files with 19 additions and 40 deletions
10
flake.nix
10
flake.nix
|
@ -60,9 +60,17 @@
|
|||
{
|
||||
colmena = {
|
||||
meta = {
|
||||
# Info
|
||||
description = "The Bun Hive";
|
||||
name = "bunhive";
|
||||
|
||||
# NixPKGs
|
||||
nixpkgs = import stable { system = "x86_64-linux"; };
|
||||
specialArgs = inputs;
|
||||
|
||||
# Remote builds
|
||||
machinesFile = ./machines.txt;
|
||||
|
||||
# Use a different Nixpkgs import on some systems
|
||||
nodeNixpkgs.jupiter = import unstable { system = "x86_64-linux"; };
|
||||
};
|
||||
|
@ -81,8 +89,8 @@
|
|||
# Servers
|
||||
midas.imports = [ ./hosts/midas ];
|
||||
kitty.imports = [ ./hosts/kitty ];
|
||||
elder.imports = [ ./hosts/elder ];
|
||||
detritus.imports = [ ./hosts/detritus ];
|
||||
elder.imports = [ ./hosts/elder ];
|
||||
prophet.imports = [ ./hosts/prophet ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue