diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-04-08 10:22:50 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-04-08 10:22:50 +0200 |
| commit | a7666fa1718a587c09f87c0ac75d10a75601fbc7 (patch) | |
| tree | ee4ff54624fee4c04fc4a4fbae42b1cea98e10db /nixos | |
| parent | 0011bb6f93a7736053f974612b0a9554747331cd (diff) | |
remove extra space
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/boot.nix | 2 |
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 # } |
