From 918d0784203e77e42f994aae44883f9cd9a82ae7 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 24 Jun 2024 20:27:36 -0400 Subject: [PATCH] add zfs snapshots and update zfs keys Signed-off-by: ahuston-0 --- systems/palatine-hill/zfs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/palatine-hill/zfs.nix b/systems/palatine-hill/zfs.nix index bb691ba..4363162 100644 --- a/systems/palatine-hill/zfs.nix +++ b/systems/palatine-hill/zfs.nix @@ -20,6 +20,8 @@ let "zfs-torr-key" "zfs-var-docker-key" "zfs-nix-store-key" + "zfs-archiveteam-key" + "zfs-minio-key" ]; in { @@ -52,6 +54,7 @@ in "ZFS-primary/nextcloud".useTemplate = [ "production" ]; # all docker containers should have a bind mount if they expect lasting zfs snapshots "ZFS-primary/vardocker".useTemplate = [ "nix-prod" ]; + "ZFS-primary/minio".useTemplate = [ "nix-prod" ]; "ZFS-primary/games" = { useTemplate = [ "games" ]; recursive = true;