diff --git a/hosts/tywin.storage.ts.hillion.co.uk/default.nix b/hosts/tywin.storage.ts.hillion.co.uk/default.nix index e87959d..4419cfb 100644 --- a/hosts/tywin.storage.ts.hillion.co.uk/default.nix +++ b/hosts/tywin.storage.ts.hillion.co.uk/default.nix @@ -41,7 +41,6 @@ enable = true; interval = "Tue, 02:00"; }; - services.sanoid.enable = true; fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ]; fileSystems."/mnt/d1".options = [ "x-systemd.mount-timeout=3m" ]; @@ -188,20 +187,10 @@ custom.chia = { enable = true; openFirewall = true; - path = "/data/chia"; keyFile = config.age.secrets."chia/farmer.key".path; targetAddress = "xch1tl87mjd9zpugs7qy2ysc3j4qlftqlyjn037jywq6v2y4kp22g74qahn6sw"; plotDirectories = builtins.genList (i: "/mnt/d${toString i}/plots/contract-k32") 3; }; - services.sanoid.datasets."data/chia" = { - autosnap = true; - autoprune = true; - - hourly = 0; - daily = 7; - weekly = 12; - monthly = 6; - }; ## Storj age.secrets."storj/auth" = {