nixos/switchable-system: don't add switch inhibitors by default

This commit is contained in:
r-vdp
2026-01-04 13:06:50 +02:00
parent a1b83f926c
commit aff9387dd4
2 changed files with 0 additions and 12 deletions
-8
View File
@@ -174,10 +174,6 @@ in
permissions = "u+rx,g+rx,o-rx";
};
system.switch.inhibitors = [
cfg.dbusPackage
];
systemd.services.dbus = {
aliases = [
# hack aiding to prevent dbus from restarting when switching from dbus-broker back to dbus
@@ -216,10 +212,6 @@ in
cfg.brokerPackage
];
system.switch.inhibitors = [
cfg.brokerPackage
];
# Just to be sure we don't restart through the unit alias
systemd.services.dbus.reloadIfChanged = true;
systemd.user.services.dbus.reloadIfChanged = true;
-4
View File
@@ -567,10 +567,6 @@ in
);
};
system.switch.inhibitors = [
cfg.package
];
environment.systemPackages = [ cfg.package ];
environment.etc =