Disable GS backup because of failing mount unit
This commit is contained in:
parent
1175edd77a
commit
98d20da14b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in
|
||||||
backupClient = {
|
backupClient = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bs = true;
|
bs = true;
|
||||||
gs = true;
|
gs = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue