chore: reenable swap

This commit is contained in:
Patrick 2024-03-27 14:07:33 +01:00
parent 466f1a7291
commit f12b52a0f2
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -12,7 +12,7 @@
type = "gpt";
partitions = {
boot = (partEfi "0%" "2GiB") // {device = "${device}-part1";};
#(partSwap "swap" "2GiB" "18GiB")
swap = (partSwap "2GiB" "18GiB") // {device = "${device}-part2";};
"rpool_m2-ssd" = (partLuksZfs "m2-ssd" "rpool" "18GiB" "100%") // {device = "${device}-part3";};
};
};