remove pihole and bitcoind from restic backup
This commit is contained in:
parent
41e0737541
commit
19cdd825af
|
@ -20,7 +20,10 @@ in {
|
||||||
daily = {
|
daily = {
|
||||||
paths = [
|
paths = [
|
||||||
bitcoinNodeContainerData
|
bitcoinNodeContainerData
|
||||||
bitcoindData
|
];
|
||||||
|
exclude = [
|
||||||
|
"${bitcoindData}"
|
||||||
|
"${bitcoinNodeContainerData}/electrs"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,14 +16,6 @@ in {
|
||||||
networking.nat.internalInterfaces = ["ve-+"];
|
networking.nat.internalInterfaces = ["ve-+"];
|
||||||
networking.nat.externalInterface = "br0";
|
networking.nat.externalInterface = "br0";
|
||||||
|
|
||||||
services.restic.backups = {
|
|
||||||
daily = {
|
|
||||||
paths = [
|
|
||||||
piholeContainerData
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
|
Loading…
Reference in New Issue