From 01021d179d211b151c173828aeb76b116f54edc8 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 29 May 2025 15:49:24 +0200 Subject: [PATCH] Fixed hold command --- 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 8117b7f..2035785 100644 --- a/profiles/disko/vm.nix +++ b/profiles/disko/vm.nix @@ -34,7 +34,7 @@ compression = "zstd"; }; mountpoint = null; - postCreateHook = "zfs snapshot -r tank@blank && zfs holds -r blank tank@blank"; + postCreateHook = "zfs snapshot -r tank@blank && zfs hold -r blank tank@blank"; datasets = { root = {