More option simplification
This commit is contained in:
parent
8ac994204c
commit
c4d69ff019
6 changed files with 13 additions and 24 deletions
8
system/modules/default.nix
Normal file
8
system/modules/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/profiles/minimal.nix")
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue