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: 8f07a0b420f9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a6ced42c606d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 14, 2018

  1. nixos/switch-to-configuration: reload user units

    When rebuilding you have to manually run `systemctl --user
    daemon-reload`. It gathers all authenticated users using
    `loginctl list-user` and runs `daemon-reload` for each of them.
    
    This is a first step towards a `nixos-rebuild` which is able to reload
    user units from systemd. The entire task is fairly hard, however I
    consider this patch usable as it allows to restart units without running
    `daemon-reload` for each authenticated user.
    Ma27 committed Aug 14, 2018
    1 Configuration menu
    Copy the full SHA
    fc2bde6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Merge pull request #44990 from Ma27/reload-user-units-during-activation

    nixos/switch-to-configuration: reload user units
    Mic92 committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a6ced42 View commit details
    Browse the repository at this point in the history