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