hosts: fix core
This commit is contained in:
parent
69e0bdff63
commit
6290f9f1f6
|
@ -12,7 +12,7 @@ let
|
||||||
inherit (lib.flk) recImport nixosSystemExtended defaultImports;
|
inherit (lib.flk) recImport nixosSystemExtended defaultImports;
|
||||||
inherit (builtins) attrValues removeAttrs;
|
inherit (builtins) attrValues removeAttrs;
|
||||||
|
|
||||||
suites = import ../suites { inherit lib profiles; };
|
suites = import ../suites { inherit lib; };
|
||||||
|
|
||||||
config = hostName:
|
config = hostName:
|
||||||
nixosSystemExtended {
|
nixosSystemExtended {
|
||||||
|
@ -22,7 +22,7 @@ let
|
||||||
|
|
||||||
modules =
|
modules =
|
||||||
let
|
let
|
||||||
core = profiles.core.default;
|
core = import ../profiles/core;
|
||||||
|
|
||||||
modOverrides = { config, unstableModulesPath, ... }:
|
modOverrides = { config, unstableModulesPath, ... }:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue