changed swap size to 16G

This commit is contained in:
Gabriella Bere 2025-10-22 15:10:09 +01:00
parent f1f33b5c5e
commit f4377871c7

View file

@ -66,7 +66,7 @@
# README MORE: https://wiki.archlinux.org/title/ZFS#Swap_volume
"root/swap" = {
type = "zfs_volume";
size = "10M";
size = "16G";
content = {
type = "swap";
};