tywin: chia: enable sanoid
This commit is contained in:
parent
6dd946204d
commit
ccbcace2ca
@ -37,6 +37,7 @@
|
||||
enable = true;
|
||||
interval = "Tue, 02:00";
|
||||
};
|
||||
services.sanoid.enable = true;
|
||||
|
||||
fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];
|
||||
|
||||
@ -82,6 +83,15 @@
|
||||
"/mnt/d0/plots/contract-k32"
|
||||
];
|
||||
};
|
||||
services.sanoid.datasets."data/chia" = {
|
||||
autosnap = true;
|
||||
autoprune = true;
|
||||
|
||||
hourly = 0;
|
||||
daily = 7;
|
||||
weekly = 12;
|
||||
monthly = 6;
|
||||
};
|
||||
|
||||
## Storj
|
||||
age.secrets."storj/zfs_auth" = {
|
||||
|
Loading…
Reference in New Issue
Block a user