mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-21 22:03:19 +01:00
refactor: rename LUKS device
This commit is contained in:
parent
292bb841fa
commit
18c1f676d1
@ -34,7 +34,7 @@
|
|||||||
size = "100%";
|
size = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted";
|
name = "luks-root";
|
||||||
# Additional arguments passed to luksFormat:
|
# Additional arguments passed to luksFormat:
|
||||||
# - 4GB RAM to unlock disk
|
# - 4GB RAM to unlock disk
|
||||||
# - 5 seconds to open
|
# - 5 seconds to open
|
||||||
|
Loading…
Reference in New Issue
Block a user