This reverts commitb29f649343, reversing changes made to9c8be387fa. Apparently this breaks assumptions about matrix: https://git.clan.lol/clan/clan-core/pulls/1906#issuecomment-13184
34 lines
942 B
Nix
34 lines
942 B
Nix
{ ... }:
|
|
{
|
|
flake.clanModules = {
|
|
borgbackup = ./borgbackup;
|
|
borgbackup-static = ./borgbackup-static;
|
|
deltachat = ./deltachat;
|
|
dyndns = ./dyndns;
|
|
ergochat = ./ergochat;
|
|
garage = ./garage;
|
|
golem-provider = ./golem-provider;
|
|
iwd = ./iwd;
|
|
localbackup = ./localbackup;
|
|
localsend = ./localsend;
|
|
matrix-synapse = ./matrix-synapse;
|
|
moonlight = ./moonlight;
|
|
mumble = ./mumble;
|
|
packages = ./packages;
|
|
postgresql = ./postgresql;
|
|
root-password = ./root-password;
|
|
single-disk = ./single-disk;
|
|
sshd = ./sshd;
|
|
static-hosts = ./static-hosts;
|
|
sunshine = ./sunshine;
|
|
syncthing = ./syncthing;
|
|
syncthing-static-peers = ./syncthing-static-peers;
|
|
thelounge = ./thelounge;
|
|
trusted-nix-caches = ./trusted-nix-caches;
|
|
user-password = ./user-password;
|
|
xfce = ./xfce;
|
|
zerotier-static-peers = ./zerotier-static-peers;
|
|
zt-tcp-relay = ./zt-tcp-relay;
|
|
};
|
|
}
|