Remove threema from flake.nix

This commit is contained in:
Fabian Hauser 2024-01-03 13:20:24 +08:00
parent 21dc8425e2
commit 5ffa47cb44
6 changed files with 6 additions and 38 deletions

View file

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

View file

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

View file

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