mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
NixOS 24.05: rm depreciated option
This commit is contained in:
parent
65a0f7bf2f
commit
e74a116d19
@ -330,7 +330,6 @@ sudo btrbk -c ~/btrbk.cfg list
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.btrbk = {
|
||||
extraPackages = [ pkgs.lz4 ];
|
||||
# Lowest scheduling priority.
|
||||
niceness = 19;
|
||||
# Set of btrbk instances. The instance named btrbk is the default one.
|
||||
|
@ -18,9 +18,6 @@
|
||||
];
|
||||
|
||||
services.btrbk = {
|
||||
# Transport compression with `lz4`,
|
||||
# see `./backup.nix`.
|
||||
extraPackages = [ pkgs.lz4 ];
|
||||
# Lowest scheduling priority.
|
||||
niceness = 19;
|
||||
# The `instances` option is set by `./snapshot.nix` and `./backup.nix`.
|
||||
|
Loading…
Reference in New Issue
Block a user