nixfiles/flake/default.nix
Katherina Walshe-Grey 691c180ac1 flake: define flake-parts options for colmena
This allows us to define options on the top level, so that we can write
modules to generate config for multiple hosts.

Idea from
1c51514586
2025-03-03 21:26:32 +00:00

6 lines
41 B
Nix

{
imports = [
./colmena.nix
];
}