feat(nixos): add machine module

This commit is contained in:
Mohammad Rafiq 2025-07-07 18:42:26 +08:00
parent 4cc2b50e15
commit ce83834ef4
No known key found for this signature in database

View file

@ -0,0 +1,7 @@
{
flake.modules.nixos.default =
{ modulesPath, ... }:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
};
}