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

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