From 1975f85b6716480a9e460bd2a377318ecb7a6415 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 28 May 2024 15:37:26 -0400 Subject: [PATCH] fix template names 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 af978d1..be23ae7 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 = "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/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/games" = { - useTemplate = "games"; + useTemplate = "template_games"; recursive = true; processChildrenOnly = true; };