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