Move dropbear role to modules
This commit is contained in:
parent
516e0b5b43
commit
ea23be5e80
5 changed files with 1 additions and 15 deletions
|
@ -10,7 +10,6 @@
|
|||
../../hardware/nuc.nix
|
||||
|
||||
../../role/base
|
||||
../../role/dropbear
|
||||
../../role/webserver
|
||||
];
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [ ./router ./router-dhcp ./router-dns ./router-wireless-ap ./wwan ];
|
||||
imports = [ ./router ./router-dhcp ./router-dns ./router-wireless-ap ./wwan ./luks-ssh ];
|
||||
|
||||
}
|
||||
|
|
|
@ -2,12 +2,5 @@
|
|||
|
||||
:toc:
|
||||
|
||||
include::backup/README.adoc[]
|
||||
|
||||
include::base/README.adoc[]
|
||||
|
||||
include::dropbear/README.adoc[]
|
||||
|
||||
include::router/README.adoc[]
|
||||
|
||||
include::wwan/README.adoc[]
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
== Dropbear Role
|
||||
|
||||
Configuration of dropbear to allow HDD decryption from a remote host.
|
||||
|
||||
Note: This role requires manually creating of persistant SSH-Keys with
|
||||
`dropbearkey -t <type> -f <output-keyfile>`
|
Loading…
Add table
Reference in a new issue