adding kohlin to the flake

This commit is contained in:
Chris Cochrun 2022-11-21 10:33:10 -06:00
parent 9908f574f2
commit 935748fbe5
2 changed files with 12 additions and 0 deletions

View file

@ -132,6 +132,12 @@ Both include the home-manager module. Primarily I chose that route so that I cou
nix-bitcoin.nixosModules.default
];
};
kohlin = nixpkgs-stable.lib.nixosSystem {
inherit system;
modules = [
./system/kohlin/configuration.nix
];
};
};
};
}

View file

@ -105,6 +105,12 @@
nix-bitcoin.nixosModules.default
];
};
kohlin = nixpkgs-stable.lib.nixosSystem {
inherit system;
modules = [
./system/kohlin/configuration.nix
];
};
};
};
}