cfg/aa000-0/dmcrypt

25 lines
530 B
Plaintext
Raw Normal View History

2023-08-07 19:19:06 +01:00
# Inferencium - aa000-0
# dm-crypt - Configuration
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
2023-08-07 19:19:06 +01:00
# Version: 2.0.1.4
# 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 -d /dev/urandom'