···2020 # avoid unwanted systemd service startups
2121 # all strings in disabledModules get appended to modulesPath
2222 # so convert each to list which can be coerced to string
2323- disabledModules = map (x: [ x ])
2424- (lib.remove modules.core suites.allProfiles);
2323+ disabledModules = map lib.singleton suites.allProfiles;
25242625 nix.registry = lib.mapAttrs (n: v: { flake = v; }) inputs;
2726