Files
nix-config/outputs/x86_64-linux/tests/security-service-hardening/expected.nix
T

13 lines
136 B
Nix

{
lib,
outputs,
}:
{
caddy = true;
postgresql = true;
gitea = true;
sftpgo = true;
v2ray = true;
transmission = true;
}