From c79119cb8aedd849dbe50a797d353bcaa7c0d865 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 15 Feb 2025 16:32:59 -0700 Subject: [PATCH] vm mount --- nix/home-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index e8dcb2e..b253c2e 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -169,7 +169,7 @@ boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; networking.hostId = "eafe9551"; - boot.zfs.extraPools = [ "data-ssd" "backup" "vms" ]; + boot.zfs.extraPools = [ "data-ssd" "backup" "vms" "vms-2" ]; services.sanoid = { enable = true; templates.production = {