steveej-laptop: add swap device

This commit is contained in:
steveej 2018-09-16 18:27:25 +02:00
parent 56f42e96f7
commit 66a963a210

View file

@ -42,7 +42,9 @@
fsType = "tmpfs";
};
swapDevices = [ ];
swapDevices = [
{ label = "vg0swap"; }
];
boot.loader.grub = {
device = "/dev/sda";