Move dropbear role to modules

This commit is contained in:
Fabian Hauser 2020-11-28 22:22:45 +00:00
parent 516e0b5b43
commit ea23be5e80
5 changed files with 1 additions and 15 deletions

View file

@ -10,7 +10,6 @@
../../hardware/nuc.nix
../../role/base
../../role/dropbear
../../role/webserver
];

View file

@ -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 ];
}

View file

@ -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[]

View file

@ -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>`