From 43f472fe88e7aeacb49b386ac3bff0cc608fa212 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 29 May 2025 14:36:07 +0200 Subject: [PATCH] Fixed reference to incorrect zfs pool --- profiles/disko/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/disko/vm.nix b/profiles/disko/vm.nix index 9c3446c..572913d 100644 --- a/profiles/disko/vm.nix +++ b/profiles/disko/vm.nix @@ -34,7 +34,7 @@ compression = "zstd"; }; mountpoint = null; - postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; + postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^tank@blank$' || zfs snapshot tank@blank"; datasets = { root = {