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: fece1cb89461
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3238beab0a32
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2019

  1. nixos/transmission: fix from where service loads config

    Currently if you specify home to be someplace else than ~/ for user
    then Transmissions always attempts to load the config from the
    default location which is $HOME/.config/transmission-daemon based on documentation:
    https://github.com/transmission/transmission/wiki/Configuration-Files
    
    Which means that the changes done to the config under settingsDir in
    ExecPreStart have no effect because they are modifying a file that is never loaded.
    
    I've added an explicit --config-dir ${settingsDir} to make sure
    that Transmission loads the correct config file even when home is changed.
    
    Signed-off-by: Jakub Sokołowski <jakub@status.im>
    jakubgs authored and bjornfor committed Dec 31, 2019
    Copy the full SHA
    3238bea View commit details
    Browse the repository at this point in the history