security: add conservative systemd hardening to aquamarine services

This commit is contained in:
Ryan Yin
2026-08-26 18:14:43 +08:00
parent 65ee1a001f
commit f9cf99dadb
3 changed files with 68 additions and 0 deletions
@@ -0,0 +1,12 @@
{
lib,
outputs,
}:
{
caddy = true;
postgresql = true;
gitea = true;
sftpgo = true;
v2ray = true;
transmission = true;
}