nixos/default.nix: Use extendModules

This commit is contained in:
Robert Hensing 2021-12-17 12:41:12 +01:00
parent 8086f8658e
commit 8fd49c116b
2 changed files with 17 additions and 20 deletions

View file

@ -92,7 +92,7 @@ in withWarnings {
# Merge the option definitions in all modules, forming the full
# system configuration.
inherit (nixosWithUserModules) config options _module type;
inherit (nixosWithUserModules) config options _module type extendModules;
inherit extraArgs;