introduce crypt.open
This commit is contained in:
parent
40403eca85
commit
c519c8dc69
@ -18,7 +18,22 @@ type Config struct {
|
||||
Script string
|
||||
}
|
||||
|
||||
SSH struct {
|
||||
Listen string
|
||||
Keys struct {
|
||||
DSA string
|
||||
RSA string
|
||||
ECDSA string
|
||||
ED25519 string
|
||||
}
|
||||
}
|
||||
|
||||
LVM []LvmVG
|
||||
|
||||
Crypt struct {
|
||||
Open []string
|
||||
}
|
||||
|
||||
Bootstrap Bootstrap
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user