mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 02:50:21 +00:00
Nyx: move virt/* to a different zpool
This commit is contained in:
parent
01162b4163
commit
051f9a4a6e
1 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue