refactor(nixos): change hostSpec to define top level option

This commit is contained in:
Mohammad Rafiq 2025-07-06 04:18:21 +08:00
parent 6aa5096172
commit b43476ccee
No known key found for this signature in database
3 changed files with 31 additions and 29 deletions

3
modules/hostSpec.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.hostSpec.hosts = { };
}