task | configure to be able to colmena and regular nixos-rebuild
This commit is contained in:
parent
cb7e82f8d0
commit
277a853339
1 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -51,12 +51,12 @@
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
eve = import ./hosts/eve;
|
eve = import ./hosts/eve/colmena.nix;
|
||||||
fred = import ./hosts/fred;
|
fred = import ./hosts/fred/colmena.nix;
|
||||||
loki = import ./hosts/loki;
|
loki = import ./hosts/loki/colmena.nix;
|
||||||
smaug = import ./hosts/smaug;
|
smaug = import ./hosts/smaug/colmena.nix;
|
||||||
t2 = import ./hosts/t2;
|
t2 = import ./hosts/t2/colmena.nix;
|
||||||
pi1 = import ./hosts/pi1;
|
pi1 = import ./hosts/pi1/colmena.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue