mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 13:33:57 +02:00
13 lines
136 B
Nix
13 lines
136 B
Nix
{
|
|
lib,
|
|
outputs,
|
|
}:
|
|
{
|
|
caddy = true;
|
|
postgresql = true;
|
|
gitea = true;
|
|
sftpgo = true;
|
|
v2ray = true;
|
|
transmission = true;
|
|
}
|