adding kohlin to the flake
This commit is contained in:
parent
9908f574f2
commit
935748fbe5
2 changed files with 12 additions and 0 deletions
|
@ -132,6 +132,12 @@ Both include the home-manager module. Primarily I chose that route so that I cou
|
||||||
nix-bitcoin.nixosModules.default
|
nix-bitcoin.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
kohlin = nixpkgs-stable.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
./system/kohlin/configuration.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,6 +105,12 @@
|
||||||
nix-bitcoin.nixosModules.default
|
nix-bitcoin.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
kohlin = nixpkgs-stable.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
./system/kohlin/configuration.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue