Files
nix-config/modules/common/default.nix
2025-02-16 06:35:32 +00:00

10 lines
55 B
Nix

{
...
}:
{
imports = [
./host-spec.nix
];
}