summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-03-22 18:46:09 +0100
committerJasper Ras <jras@hostnet.nl>2025-03-22 18:46:09 +0100
commitfa3185e236e0c5192663609eb9e4e449e6c8b6b6 (patch)
treec0fbbc8570271f67c8c439eb6066a30c584e01d4 /modules
parentf960033cb30e2d847086ccb90b38a490a9cb96af (diff)
Disable sanoid because syncoid makes a snapshot for us
Diffstat (limited to 'modules')
-rw-r--r--modules/snorlax/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/snorlax/default.nix b/modules/snorlax/default.nix
index 1817661..a05b1f4 100644
--- a/modules/snorlax/default.nix
+++ b/modules/snorlax/default.nix
@@ -26,16 +26,6 @@
group = "syncoid";
};
- services.sanoid.enable = true;
- services.sanoid.datasets."zroot/persist" = {
- autoprune = true;
- autosnap = true;
- daily = 7;
- hourly = 24;
- monthly = 1;
- yearly = 1;
- };
-
services.syncoid.enable = true;
services.syncoid.sshKey = config.age.secrets.syncoid-key.path;
services.syncoid.commands = {