diff --git a/krops/nas/configuration.nix b/krops/nas/configuration.nix index 0249bd3..9b46758 100644 --- a/krops/nas/configuration.nix +++ b/krops/nas/configuration.nix @@ -246,6 +246,43 @@ }; }; }; + sanoid = { + enable = true; + datasets = { + "Primary/becki" = { + autoprune = true; + autosnap = true; + daily = 4; + monthly = 3; + yearly = 1; + }; + "Primary/gabriel" = { + autoprune = true; + autosnap = true; + daily = 4; + monthly = 3; + yearly = 1; + }; + "Primary/shared" = { + autoprune = true; + autosnap = true; + daily = 2; + monthly = 2; + }; + "Primary/k3scluster" = { + autoprune = true; + autosnap = true; + daily = 2; + monthly = 2; + }; + "Primary/gitea" = { + autoprune = true; + autosnap = true; + daily = 2; + monthly = 2; + }; + }; + }; };