add lappy to colmena
This commit is contained in:
parent
4d26b7e4ae
commit
2cf6ea7af3
2 changed files with 15 additions and 8 deletions
15
flake.nix
15
flake.nix
|
@ -77,6 +77,21 @@
|
|||
# Make the coleman configuration
|
||||
colmena = lib.foldr (el: acc: acc // mkColmenaHost el)
|
||||
{
|
||||
|
||||
null = { ... }: {
|
||||
networking.hostName = "null";
|
||||
|
||||
imports = [
|
||||
./nixos/common
|
||||
./nixos/hosts/other/null/configuration.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
nixpkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue