[host/faunus-ater] Add new zpools
This commit is contained in:
parent
9021d91fae
commit
2a82e5f5ae
|
@ -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";}
|
||||
|
|
Loading…
Reference in a new issue