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: eed561b82f74
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 25d15ebffb7d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2020

  1. doc/nixos: Explain better NixOS specific Systemd stuff

    Divide the "Service Management" chapter into two sections. The 1st (the
    original) explaining General, not NixOS specific ways to interact with
    Systemd. The 2nd section, explaining NixOS specific things worth
    knowing.
    
    Explain in the 2nd section a bit NixOS modules and services of Nixpkgs,
    and mention `systemd.user.services` option. Give an example
    demonstrating how to enable imperatively an upstream provided unit file
    for a user. Explain why `systemctl --user enable` doesn't work for the
    long term on NixOS.
    doronbehar committed Nov 6, 2020
    Copy the full SHA
    8716b71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98661 from doronbehar/doc/nixos/systemd-nixos-spe…

    …cific
    
    doc/nixos: Explain better NixOS specific Systemd stuff
    rnhmjoj committed Nov 6, 2020
    Copy the full SHA
    25d15eb View commit details
    Browse the repository at this point in the history