Use modules from qois-infrastructure

This commit is contained in:
Fabian Hauser 2022-04-10 17:21:49 +02:00
parent d90be28dee
commit c9f16dff77
5 changed files with 56 additions and 106 deletions

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }: {
imports = [ ./luks-ssh ];
imports = [ ];
}