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

Commits on Dec 28, 2017

  1. nixos/znapzend: stateless setup

    This enables znapzend users to specify its full configuration through
    NixOS options, without ever needing to use the stateful `znapzendzetup`
    command.
    
    This works by running znapzendzetup with the specified config in
    ExecPre, just before the znapzend daemon is started.
    
    There is also the `pure` option which will clear all previous znapzend setups,
    making it as stateless as can get, as only the setup declared in
    configuration.nix will be persisted.
    infinisil committed Dec 28, 2017
    Copy the full SHA
    66fefb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Merge pull request #32914 from Infinisil/znapzendzetup

    znapzend service: stateless setup
    orivej committed Dec 31, 2017
    Copy the full SHA
    54d01b0 View commit details
    Browse the repository at this point in the history