Reenable threema submodules

This commit is contained in:
Fabian Hauser 2022-04-18 21:38:26 +02:00
parent ae4e8b3386
commit 5e7ce85348
4 changed files with 74 additions and 53 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, threemaModules, ... }: {
imports = [
./filesystems.nix
@ -10,7 +10,7 @@
../../defaults/cifs-auth-fix
../../defaults/desktop
# TODO: threemaModules.openvpn
threemaModules.openvpn
];
virtualisation = { # TODO: This should probably be somewhere else.