diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index ee92c1b..d36988b 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -115,7 +115,7 @@ environmentFile = config.age.secrets.restic-b2-credentials.path; repository = "s3:s3.us-west-000.backblazeb2.com/bsimmer-backup"; paths = [ - "\"/tank/becki/VRChat\ Avatars\"" + "/tank/becki/VRChat\ Avatars" "/tank/becki/Pictures" ]; timerConfig = { @@ -347,33 +347,33 @@ sanoid = { enable = true; datasets = { - "Primary/becki" = { + "tank/becki" = { autoprune = true; autosnap = true; daily = 4; monthly = 3; yearly = 1; }; - "Primary/gabriel" = { + "tank/gsimmer" = { autoprune = true; autosnap = true; daily = 4; monthly = 3; yearly = 1; }; - "Primary/shared" = { + "tank/shared" = { autoprune = true; autosnap = true; daily = 2; monthly = 2; }; - "Primary/k3scluster" = { + "tank/k3scluster" = { autoprune = true; autosnap = true; daily = 2; monthly = 2; }; - "Primary/forgejo" = { + "tank/forgejo" = { autoprune = true; autosnap = true; daily = 2;