Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2025-10-05 12:17:08 +03:00
1577 changed files with 2261 additions and 2253 deletions

View File

@@ -595,7 +595,7 @@ in
enabledUnits = filterAttrs (n: v: !elem n cfg.suppressedSystemUnits) cfg.units;
in
({
{
"systemd/system".source = generateUnits {
type = "system";
units = enabledUnits;
@@ -628,7 +628,7 @@ in
"systemd/user-preset/00-nixos.preset".text = ''
ignore *
'';
});
};
services.dbus.enable = true;