From d6c4d9bf123f63b625ccd2f6894afc5c57f30da4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 8 Jun 2024 10:27:17 -0400 Subject: [PATCH] keep fewer vardocker snapshots Signed-off-by: ahuston-0 --- systems/palatine-hill/zfs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/zfs.nix b/systems/palatine-hill/zfs.nix index 9eb9c81..c90ee1c 100644 --- a/systems/palatine-hill/zfs.nix +++ b/systems/palatine-hill/zfs.nix @@ -50,7 +50,8 @@ in "ZFS-primary/docker".useTemplate = [ "production" ]; "ZFS-primary/hydra".useTemplate = [ "nix-prod" ]; "ZFS-primary/nextcloud".useTemplate = [ "production" ]; - "ZFS-primary/vardocker".useTemplate = [ "production" ]; + # all docker containers should have a bind mount if they expect lasting zfs snapshots + "ZFS-primary/vardocker".useTemplate = [ "nix-prod" ]; "ZFS-primary/games" = { useTemplate = [ "games" ]; recursive = true;