Rename luks device
dashes in device name are being escaped in systemd unit names. The luksusb module cannot handle these escape sequences in systemd unit names.
This commit is contained in:
parent
73c0bdebd2
commit
a24aa4dde2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
size = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "raven-crypt";
|
||||
name = "raven_crypt";
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue