From 051f9a4a6e6ea8cb8863722729d8633b7411744a Mon Sep 17 00:00:00 2001 From: blahai Date: Sat, 4 Jan 2025 19:18:10 +0200 Subject: [PATCH] Nyx: move virt/* to a different zpool --- hosts/nyx/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nyx/hardware-configuration.nix b/hosts/nyx/hardware-configuration.nix index c0e443a..a232f35 100644 --- a/hosts/nyx/hardware-configuration.nix +++ b/hosts/nyx/hardware-configuration.nix @@ -37,13 +37,13 @@ }; fileSystems."/var/lib/virt/images" = { - device = "zpool/virt/images"; + device = "zepool/virt/images"; fsType = "zfs"; options = ["zfsutil"]; }; fileSystems."/var/lib/virt/disks" = { - device = "zpool/virt/disks"; + device = "zepool/virt/disks"; fsType = "zfs"; options = ["zfsutil"]; };