add lappy to colmena

This commit is contained in:
Vivian 2022-08-20 11:38:55 +02:00
parent 4d26b7e4ae
commit 2cf6ea7af3
2 changed files with 15 additions and 8 deletions

View file

@ -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;