diff --git a/nixos/hosts/wheatley/hardware-configuration.nix b/nixos/hosts/wheatley/hardware-configuration.nix index ea10698..2878b3c 100644 --- a/nixos/hosts/wheatley/hardware-configuration.nix +++ b/nixos/hosts/wheatley/hardware-configuration.nix @@ -16,8 +16,9 @@ options = []; }; - swapDevices = { - device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2"; - fsType = "linux-swap"; - }; + swapDevices = [ + { + device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2"; + } + ]; }