From 7eed65b9c80b005feb5fb95ac0dccc549d6e058f Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Tue, 13 Jan 2026 19:18:46 -0500 Subject: [PATCH] nixos/logind: remove redundant unit dbus-org.freedesktop.portable1.service is already included in nixos/modules/system/boot/systemd.nix. --- nixos/modules/system/boot/systemd/logind.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/system/boot/systemd/logind.nix b/nixos/modules/system/boot/systemd/logind.nix index d0878542514d..22d9195536b3 100644 --- a/nixos/modules/system/boot/systemd/logind.nix +++ b/nixos/modules/system/boot/systemd/logind.nix @@ -52,9 +52,6 @@ ++ lib.optionals config.systemd.package.withMachined [ "dbus-org.freedesktop.machine1.service" ] - ++ lib.optionals config.systemd.package.withPortabled [ - "dbus-org.freedesktop.portable1.service" - ] ++ [ "dbus-org.freedesktop.login1.service" "user@.service"