feat: add nixosModule template
This commit is contained in:
parent
c15c551b90
commit
91ea0edf43
2 changed files with 25 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../nixosModules
|
||||
../configs/boot.nix
|
||||
../configs/nix-config.nix
|
||||
../configs/security.nix
|
||||
|
@ -13,4 +14,5 @@
|
|||
++ lib.optionals (type == "graphical") [
|
||||
../configs/graphical.nix
|
||||
];
|
||||
nixosModules.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue