fix: exhaustive logical audit of installer, live-iso and system configurations
This commit is contained in:
@@ -38,9 +38,10 @@
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "crypted";
|
||||
# Password will be provided interactively or via stdin
|
||||
# Password will be provided via /tmp/secret.key
|
||||
settings = {
|
||||
allowDiscards = true; # Enable TRIM for SSDs
|
||||
passwordFile = "/tmp/secret.key";
|
||||
};
|
||||
content = {
|
||||
type = "btrfs";
|
||||
|
||||
Reference in New Issue
Block a user