diff --git a/README.org b/README.org index 2e6def5..3b7d2c2 100644 --- a/README.org +++ b/README.org @@ -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 + ]; + }; }; }; } diff --git a/flake.nix b/flake.nix index 03c2523..5c821b2 100644 --- a/flake.nix +++ b/flake.nix @@ -105,6 +105,12 @@ nix-bitcoin.nixosModules.default ]; }; + kohlin = nixpkgs-stable.lib.nixosSystem { + inherit system; + modules = [ + ./system/kohlin/configuration.nix + ]; + }; }; }; }