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: 87008c81b48d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2756a5b4df8d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2021

  1. nixos/snapper: improve config example

    In the default configuration we have timers for creating and deleting
    snapper snapshots, and it looks like if we just create configs with
    correct mountpoints we will get automatic snapshots (which either
    used to be true, or seems to be only true on Archlinux according to
    their wiki). In default snapper configuration TIMELINE_CREATE and
    TIMELINE_CLEANUP are set to "no", so just providing configs won't
    be enough for having automatic backups, which are the main usecase
    for snapper. In other linux distributions you would use `snapper
    create-config` to generate configs for partitions and you'd have a
    chance to notice that TIMELINE_CREATE is set to no. Also, my guess is
    that it might be set to no by default for safety reasons in regular distros,
    so that the config won't be actioned upon until the user finishes
    customizing it.
    Ales Huzik committed Jan 17, 2021
    Copy the full SHA
    6e65b72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109607 from alesguzik/improve_snapper_example

    nixos/snapper: improve config example
    markuskowa committed Jan 17, 2021
    Copy the full SHA
    2756a5b View commit details
    Browse the repository at this point in the history