[host/faunus-ater] Add new zpools

This commit is contained in:
Malte Tammena 2022-06-06 17:29:26 +02:00
parent 9021d91fae
commit 2a82e5f5ae

View file

@ -61,6 +61,18 @@ in {
options = ["zfsutil"];
};
fileSystems."/data/dirty" = {
device = "zdirty";
fsType = "zfs";
options = ["zfsutil"];
};
fileSystems."/data/archive" = {
device = "zarchive";
fsType = "zfs";
options = ["zfsutil"];
};
# === Swap ===
swapDevices = [
{device = "/dev/disk/by-uuid/206155f9-6ca0-4d0e-a269-c19766e56902";}