diff --git a/README.org b/README.org index f35ffb3..c89e02a 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 6193f88..ae7166a 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"; } ]; }