diff --git a/README.org b/README.org index fd90712..f35ffb3 100644 --- a/README.org +++ b/README.org @@ -558,7 +558,7 @@ The file system for this host is a single 24GB =QCOW= file, a format for disk im }; swapDevices = - [ { device = "/dev/disk/by-label/swap"; + [ { device = "/dev/disk/by-label/swap"; }; ]; } #+END_SRC diff --git a/hosts/nixos/hardware.nix b/hosts/nixos/hardware.nix index f66adbe..6193f88 100644 --- a/hosts/nixos/hardware.nix +++ b/hosts/nixos/hardware.nix @@ -21,6 +21,6 @@ }; swapDevices = - [ { device = "/dev/disk/by-label/swap"; + [ { device = "/dev/disk/by-label/swap"; }; ]; }