From 81c4e313d75db79c2a5228d5e5634983a8701001 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Fri, 4 Jan 2019 17:25:50 +0100
Subject: [PATCH] l prism: mount libvirt dir on tank zfs

---
 lass/1systems/prism/physical.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix
index 159ee0c90..a2b5efb29 100644
--- a/lass/1systems/prism/physical.nix
+++ b/lass/1systems/prism/physical.nix
@@ -45,6 +45,11 @@
     fsType = "zfs";
   };
 
+  fileSystems."/var/lib/libvirt" = {
+    device = "tank/libvirt";
+    fsType = "zfs";
+  };
+
   nix.maxJobs = lib.mkDefault 8;
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";