diff --git a/nixos-configuration/steveej-laptop/hw.nix b/nixos-configuration/steveej-laptop/hw.nix index ee038cd..a3373dc 100644 --- a/nixos-configuration/steveej-laptop/hw.nix +++ b/nixos-configuration/steveej-laptop/hw.nix @@ -42,7 +42,9 @@ fsType = "tmpfs"; }; - swapDevices = [ ]; + swapDevices = [ + { label = "vg0swap"; } + ]; boot.loader.grub = { device = "/dev/sda";