feat(nixos): add machine module
This commit is contained in:
parent
4cc2b50e15
commit
ce83834ef4
1 changed files with 7 additions and 0 deletions
7
nix/modules/machine/default.nix
Normal file
7
nix/modules/machine/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.nixos.default =
|
||||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue