1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ ... }:
{
disabledModules = [
"services/misc/gitolite.nix"
"services/web-apps/gotosocial.nix"
"services/matrix/mautrix-whatsapp.nix"
"services/matrix/mautrix-signal.nix"
"services/matrix/mautrix-telegram.nix"
"services/matrix/conduwuit.nix"
];
imports = [
./vnstati
./restic-backups.nix
./gitolite.nix
./email-notify.nix
./ntfysh-notify.nix
./dns.nix
./gotosocial.nix
./gnome.nix
./conduwuit.nix
./gomuks-web.nix
./mautrix-bridge.nix
];
}