Add dm-crypt configuration file.

This commit is contained in:
inference 2023-03-07 00:12:36 +00:00
parent 12bc105c21
commit cdf227b49f
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

24
desktop/dmcrypt Normal file
View File

@ -0,0 +1,24 @@
# Inferencium
# dm-crypt - Configuration
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.0.0
# Global
## How long to wait for each timeout (in seconds)
dmcrypt_key_timeout=1
## Max number of checks to perform (see dmcrypt_key_timeout)
#dmcrypt_max_timeout=300
# Number of password retries
dmcrypt_retries=5
# swap
## These should come first so no keys make their way into unencrypted swap.
swap=swap
source='/dev/nvme0n1p2'
options='-c aes-xts-plain64 -s 512 -h sha512 -d /dev/urandom'