Add threema submodule
This commit is contained in:
parent
4064593e44
commit
66092ec8e5
11 changed files with 66 additions and 58 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue