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: 283ef6bc6d07
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d633ec9787a7
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 7, 2019

  1. nixos/zfs: only enable trim if zfs is enabled

    Also don't fail the service if there are no pools yet.
    This might happen on installation ISOs.
    Mic92 committed Oct 7, 2019
    1 Configuration menu
    Copy the full SHA
    a412d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. nixos/zfs: avoid script derivation for trim service

    Since we only have a single pipe we can save the overhead of building a derivation
    when creating the zfs trim service file when building the system.
    Mic92 committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    692656d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. nixos/zfs: simplify logic for scrub/autosnapshot service

    This makes them consistent with the way zfs.trim is enabled
    and allow to enable them by default in future.
    Mic92 committed Oct 14, 2019
    2 Configuration menu
    Copy the full SHA
    9a89467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12880e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70601 from Mic92/zfs-trim

    nixos/zfs: only enable trim if zfs is enabled
    Mic92 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d633ec9 View commit details
    Browse the repository at this point in the history