clan-core/clanModules/flake-module.nix

30 lines
821 B
Nix
Raw Normal View History

{ ... }:
2024-03-17 18:48:49 +00:00
{
2023-09-18 17:22:45 +00:00
flake.clanModules = {
disk-layouts = {
imports = [ ./disk-layouts ];
};
borgbackup = ./borgbackup;
borgbackup-static = ./borgbackup-static;
2024-04-17 16:26:37 +00:00
deltachat = ./deltachat;
ergochat = ./ergochat;
localbackup = ./localbackup;
localsend = ./localsend;
matrix-synapse = ./matrix-synapse;
moonlight = ./moonlight;
2024-05-31 14:36:37 +00:00
postgresql = ./postgresql;
root-password = ./root-password;
sshd = ./sshd;
sunshine = ./sunshine;
2024-05-19 10:41:14 +00:00
static-hosts = ./static-hosts;
2024-04-17 16:26:37 +00:00
syncthing = ./syncthing;
2024-06-05 23:18:18 +00:00
syncthing-static-peers = ./syncthing-static-peers;
thelounge = ./thelounge;
2024-05-23 07:12:10 +00:00
trusted-nix-caches = ./trusted-nix-caches;
user-password = ./user-password;
xfce = ./xfce;
zerotier-static-peers = ./zerotier-static-peers;
zt-tcp-relay = ./zt-tcp-relay;
2023-09-18 17:22:45 +00:00
};
}