Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user