steveej-laptop: add swap device
This commit is contained in:
parent
56f42e96f7
commit
66a963a210
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [
|
||||||
|
{ label = "vg0swap"; }
|
||||||
|
];
|
||||||
|
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue