devosSystem: fix iso build - can't remove core
This commit is contained in:
parent
2d9ea0d27e
commit
4e28ec2d8e
@ -21,8 +21,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 New Issue
Block a user