xana: Use `swap-space` records.
systems/xana.scm
92 | 92 | (device (uuid "27207be8-f30a-4ac6-a5ec-41859e90ee94")) | |
93 | 93 | (type "ext4")) | |
94 | 94 | %base-file-systems)) | |
95 | - | (swap-devices '("/dev/sda1")) | |
95 | + | (swap-devices (list | |
96 | + | (swap-space | |
97 | + | (target "/dev/sda1")))) | |
96 | 98 | (services | |
97 | 99 | (append | |
98 | 100 | (list |