From 0dc241c2fb62367dd5ae89568c4346bf4086c42f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 28 May 2024 15:47:40 -0400 Subject: [PATCH] fix arrays for sanoid Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index be23ae7..10e9587 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -120,16 +120,16 @@ in enable = true; datasets = { - "ZFS-primary/attic".useTemplate = "template_nix-prod"; - "ZFS-primary/backups".useTemplate = "template_production"; - "ZFS-primary/calibre".useTemplate = "template_production"; - "ZFS-primary/db".useTemplate = "template_production"; - "ZFS-primary/docker".useTemplate = "template_production"; - "ZFS-primary/hydra".useTemplate = "template_nix-prod"; - "ZFS-primary/nextcloud".useTemplate = "template_production"; - "ZFS-primary/vardocker".useTemplate = "template_production"; + "ZFS-primary/attic".useTemplate = [ "nix-prod" ]; + "ZFS-primary/backups".useTemplate = [ "production" ]; + "ZFS-primary/calibre".useTemplate = [ "production" ]; + "ZFS-primary/db".useTemplate = [ "production" ]; + "ZFS-primary/docker".useTemplate = [ "production" ]; + "ZFS-primary/hydra".useTemplate = [ "nix-prod" ]; + "ZFS-primary/nextcloud".useTemplate = [ "production" ]; + "ZFS-primary/vardocker".useTemplate = [ "production" ]; "ZFS-primary/games" = { - useTemplate = "template_games"; + useTemplate = [ "games" ]; recursive = true; processChildrenOnly = true; };