Unverified Commit 1df98b23 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

Merge pull request #292061 from nikstur/systemd-random-seed

nixos/systemd: include systemd-boot-random-seed.service
parents d5c052ae 380f36f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ let

      # Maintaining state across reboots.
      "systemd-random-seed.service"
      "systemd-boot-random-seed.service"
      "systemd-backlight@.service"
      "systemd-rfkill.service"
      "systemd-rfkill.socket"
@@ -667,7 +668,6 @@ in

    # Don't bother with certain units in containers.
    systemd.services.systemd-remount-fs.unitConfig.ConditionVirtualization = "!container";
    systemd.services.systemd-random-seed.unitConfig.ConditionVirtualization = "!container";

    # Increase numeric PID range (set directly instead of copying a one-line file from systemd)
    # https://github.com/systemd/systemd/pull/12226