Add threema submodule

This commit is contained in:
Fabian Hauser 2022-04-11 15:28:30 +02:00
parent 4064593e44
commit 66092ec8e5
11 changed files with 66 additions and 58 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, threemaModules, ... }: {
imports = [
./filesystems.nix
@ -11,6 +11,8 @@
../../defaults/desktop
../../defaults/hardware/thinkpad-p14s.nix
#../../defaults/printing
threemaModules.openvpn
];
#TODO: Clean up next section

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, threemaModules, ... }: {
imports = [
./filesystems.nix
@ -12,6 +12,8 @@
../../defaults/hardware/amd-board.nix
../../defaults/hardware/ecc-memory.nix
#../../defaults/printing
threemaModules.openvpn
];
virtualisation = { # TODO: This should probably be somewhere else.