devosSystem: fix iso build - can't remove core
This commit is contained in:
parent
1240356b37
commit
12b41f2448
|
@ -20,8 +20,7 @@ lib.nixosSystem (args // {
|
|||
# avoid unwanted systemd service startups
|
||||
# all strings in disabledModules get appended to modulesPath
|
||||
# so convert each to list which can be coerced to string
|
||||
disabledModules = map (x: [ x ])
|
||||
(lib.remove modules.core suites.allProfiles);
|
||||
disabledModules = map lib.singleton suites.allProfiles;
|
||||
|
||||
nix.registry = lib.mapAttrs (n: v: { flake = v; }) inputs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue