summaryrefslogtreecommitdiff
path: root/nixos/boot.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-04-08 10:22:50 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-04-08 10:22:50 +0200
commita7666fa1718a587c09f87c0ac75d10a75601fbc7 (patch)
treeee4ff54624fee4c04fc4a4fbae42b1cea98e10db /nixos/boot.nix
parent0011bb6f93a7736053f974612b0a9554747331cd (diff)
remove extra space
Diffstat (limited to 'nixos/boot.nix')
-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
# }