2023-04-14 14:12:45 +03:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
imports = [
|
2023-07-30 05:49:54 +03:00
|
|
|
./deployerbot
|
2023-08-05 18:00:43 +03:00
|
|
|
./friendlyport
|
2023-08-24 23:34:48 +03:00
|
|
|
./gitea
|
2023-08-24 23:44:18 +03:00
|
|
|
./headscale
|
2023-08-25 15:49:37 +03:00
|
|
|
./matrix-synapse
|
2023-08-18 09:31:19 +03:00
|
|
|
./node_exporter
|
2023-08-09 14:24:43 +03:00
|
|
|
./nsd-acme
|
2023-07-26 13:26:11 +03:00
|
|
|
./postfix
|
2023-07-26 11:36:54 +03:00
|
|
|
./syncthing
|
2023-07-24 09:23:20 +03:00
|
|
|
./zfsunlock
|
2023-04-14 14:12:45 +03:00
|
|
|
];
|
|
|
|
}
|