/dev/sda1 -> "/dev/sda1"
Otherwise Nix might try to copy /dev/sda1 under certain circumstances :-)
This commit is contained in:
parent
bd811d32b4
commit
f6b4214567
@ -348,7 +348,7 @@ in
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
device = mkOption {
|
device = mkOption {
|
||||||
default = /dev/sda1;
|
default = "/dev/sda1";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
description = ''
|
description = ''
|
||||||
An unencrypted device that will temporarily be mounted in stage-1.
|
An unencrypted device that will temporarily be mounted in stage-1.
|
||||||
|
Loading…
Reference in New Issue
Block a user