summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-22 05:59:05 +0200
committerArtturin <Artturin@artturin.com>2021-11-22 05:59:05 +0200
commit7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9 (patch)
tree9a32218f009a0c69e5d364e82f36cb52dc1cada9 /nixos/modules/system/boot/systemd.nix
parentfdd6f7cc531722705141120dff6bc024e55d435c (diff)
downloadnixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar.gz
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar.bz2
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar.lz
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar.xz
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.tar.zst
nixpkgs-7f24a5ff35a7b9eac0c3454c71cbd32dbe52a1a9.zip
nixos/systemd: readd dbus-org.freedesktop.login1.service to upstreamSystemUnits
it was removed in
https://github.com/NixOS/nixpkgs/commit/eb862c48ddc288243c5447e8decc623b10ef165c#diff-5ea4693beb4bdd8f7efcdd3204ceea67c86f59b3d1c28cde063ddf03e1d20fbfL66

without this change i get
Failed to list users: Unit dbus-org.freedesktop.login1.service not found.
when i update and rebuild
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 8fcf62d7fbf..6e0ee437d91 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -67,6 +67,7 @@ let
       "systemd-user-sessions.service"
       "dbus-org.freedesktop.import1.service"
       "dbus-org.freedesktop.machine1.service"
+      "dbus-org.freedesktop.login1.service"
       "user@.service"
       "user-runtime-dir@.service"