summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/boot.nix b/nixos/boot.nix
index a88d61d..8cd3afa 100644
--- a/nixos/boot.nix
+++ b/nixos/boot.nix
@@ -18,7 +18,7 @@
# # Generate the image with generate-recovery.sh
# ''
# menuentry "NixOS - Recovery" {
- # search --set=drive1 -fs-uuid 330B-45DE
+ # search --set=drive1 -fs-uuid 330B-45DE
# linux ($drive1)//kernels/recovery-linux-bzImage loglevel=4
# initrd ($drive1)//kernels/recovery-initrd
# }