Added swap partition

This commit is contained in:
Jan-Bulthuis 2025-05-30 16:37:48 +02:00
parent 5db52a4f84
commit 5ce6b9bdf2

View File

@ -18,12 +18,19 @@
};
};
zfs = {
size = "100%";
end = "-4G";
content = {
type = "zfs";
pool = "tank";
};
};
swap = {
size = "100%";
content = {
type = "swap";
discardPolicy = "both";
};
};
};
};
};