Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 333ab52783c2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4085eee678dc
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 12, 2020

  1. hooks: add moveSystemdUserUnitsHook

    This hook moves systemd user service file from `lib/systemd/user` to
    `share/systemd/user`. This is to allow systemd to find the user
    services when installed into a user profile. The `lib/systemd/user`
    path does not work since `lib` is not in `XDG_DATA_DIRS`.
    rycee committed Sep 12, 2020
    Copy the full SHA
    fbc5093 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. nixos/dbus: always use socket activates user session

    This removes the `services.dbus.socketActivated` and
    `services.xserver.startDbusSession` options. Instead the user D-Bus
    session is always socket activated.
    rycee committed Sep 13, 2020
    Copy the full SHA
    f292a27 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #97801 from rycee/user-session-dbus2

    Make socket activated user dbus session mandatory
    worldofpeace committed Sep 14, 2020
    Copy the full SHA
    4085eee View commit details
    Browse the repository at this point in the history