Browse Source

Fix syntax error

main
parent
commit
85972ddcb6
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      hosts/nixos/hardware.nix

2
README.org

@ -558,7 +558,7 @@ The file system for this host is a single 24GB =QCOW= file, a format for disk im
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-label/swap";
[ { device = "/dev/disk/by-label/swap"; };
]; ];
} }
#+END_SRC #+END_SRC

2
hosts/nixos/hardware.nix

@ -21,6 +21,6 @@
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-label/swap";
[ { device = "/dev/disk/by-label/swap"; };
]; ];
} }
Loading…
Cancel
Save