Home : Fix backup path.
This commit is contained in:
parent
b88a17524e
commit
c8c343e0d7
|
@ -83,10 +83,11 @@ in {
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
bashInteractive
|
bashInteractive
|
||||||
curl
|
curl
|
||||||
gnutar
|
|
||||||
gzip
|
|
||||||
gawk
|
gawk
|
||||||
|
gnutar
|
||||||
|
procps
|
||||||
pv
|
pv
|
||||||
|
xz
|
||||||
];
|
];
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.bashInteractive}/bin/bash ${script}
|
${pkgs.bashInteractive}/bin/bash ${script}
|
||||||
|
|
Loading…
Reference in a new issue